We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2cba1 commit 4f5e010Copy full SHA for 4f5e010
compiler/rustc_middle/src/ty/mod.rs
@@ -26,6 +26,8 @@ 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
+// FIXME(clippy#13764): remove this `allow`.
30
+#[allow(clippy::useless_attribute)]
31
#[allow(rustc::non_glob_import_of_type_ir_inherent)]
32
use inherent::SliceLike;
33
pub use intrinsic::IntrinsicDef;
0 commit comments