We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ambiguous_glob_reexports
core_arch
1 parent cac0bd0 commit 771c832Copy full SHA for 771c832
library/core/src/lib.rs
@@ -399,7 +399,8 @@ pub mod primitive;
399
missing_debug_implementations,
400
dead_code,
401
unused_imports,
402
- unsafe_op_in_unsafe_fn
+ unsafe_op_in_unsafe_fn,
403
+ ambiguous_glob_reexports
404
)]
405
#[allow(rustdoc::bare_urls)]
406
// FIXME: This annotation should be moved into rust-lang/stdarch after clashing_extern_declarations is
0 commit comments