compiler: remove unnecessary imports and qualified paths

This commit is contained in:
KaDiWa
2022-08-09 02:14:43 +02:00
parent a161a7b654
commit 9bc69925cb
76 changed files with 24 additions and 98 deletions

View File

@@ -1,6 +1,5 @@
#![cfg_attr(feature = "nightly", feature(step_trait, rustc_attrs, min_specialization))]
use std::convert::{TryFrom, TryInto};
use std::fmt;
#[cfg(feature = "nightly")]
use std::iter::Step;