X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_abi%2Fsrc%2Flib.rs;h=4ca59144b29902ebf2377ae220e5c9f8678f9a10;hb=9bc69925cb4a1391a9a41411c56ae059877bf8fb;hp=e14c9ea9a5d1a913d1af20f97776f5a7a43f4b9f;hpb=a161a7b654083a881b22908a475988bcc3221a79;p=rust.git diff --git a/compiler/rustc_abi/src/lib.rs b/compiler/rustc_abi/src/lib.rs index e14c9ea9a5d..4ca59144b29 100644 --- a/compiler/rustc_abi/src/lib.rs +++ b/compiler/rustc_abi/src/lib.rs @@ -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;