]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_type_ir/src/sty.rs
compiler: remove unnecessary imports and qualified paths
[rust.git] / compiler / rustc_type_ir / src / sty.rs
index 3ed616d709b1edf4e1b38933c8002417eea0fb67..9aa2be124e294871f24d11a82d2d168755d5fc00 100644 (file)
@@ -1,6 +1,6 @@
 #![allow(rustc::usage_of_ty_tykind)]
 
-use std::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd};
+use std::cmp::Ordering;
 use std::{fmt, hash};
 
 use crate::DebruijnIndex;