We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbbc83 commit 256a39fCopy full SHA for 256a39f
compiler/rustc_middle/src/ty/mod.rs
@@ -26,6 +26,7 @@ pub use generics::*;
26
// Can't use a glob import here as it would cause
27
// ambiguity when importing the actual types implementing
28
// the inherent traits from this module.
29
+#[allow(clippy::useless_attribute)]
30
#[allow(rustc::non_glob_import_of_type_ir_inherent)]
31
use inherent::SliceLike;
32
pub use intrinsic::IntrinsicDef;
0 commit comments