Skip to content

Commit

Permalink
Merge pull request #40 from danielparks/rm-tryinto
Browse files Browse the repository at this point in the history
Remove unneeded `use std::convert::TryInto`.
  • Loading branch information
danielparks authored Feb 28, 2024
2 parents 1adcdb7 + b6985cd commit 721975e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion matchgen_tests/benches/most_entity_decode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use criterion::{
criterion_group, criterion_main, BenchmarkId, Criterion, Throughput,
};
use matchgen_tests::{most_entity_decode, most_entity_decode_slice};
use std::convert::TryInto;
use std::time::Duration;

/// Helper for benchmarks.
Expand Down

0 comments on commit 721975e

Please sign in to comment.