1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +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:
Terts Diepraam 2022-04-01 19:11:25 +02:00
parent af9f718936
commit c6c936f529
12 changed files with 0 additions and 13 deletions

View file

@ -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) {