]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_abi/src/lib.rs
compiler: remove unnecessary imports and qualified paths
[rust.git] / compiler / rustc_abi / src / lib.rs
index e14c9ea9a5d1a913d1af20f97776f5a7a43f4b9f..4ca59144b29902ebf2377ae220e5c9f8678f9a10 100644 (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;