mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
all: remove explicit imports of TryFrom and TryInto
This is enabled by the changing the edition from 2018 to 2021
This commit is contained in:
parent
af9f718936
commit
c6c936f529
12 changed files with 0 additions and 13 deletions
|
@ -1,6 +1,5 @@
|
|||
use array_init::array_init;
|
||||
use criterion::{criterion_group, criterion_main, BenchmarkId, Criterion, Throughput};
|
||||
use std::convert::TryInto;
|
||||
use uu_factor::{table::*, Factors};
|
||||
|
||||
fn table(c: &mut Criterion) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue