Skip to content

Commit 771c832

Browse files
committed
library: allow ambiguous_glob_reexports for core_arch
1 parent cac0bd0 commit 771c832

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: library/core/src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,8 @@ pub mod primitive;
399399
missing_debug_implementations,
400400
dead_code,
401401
unused_imports,
402-
unsafe_op_in_unsafe_fn
402+
unsafe_op_in_unsafe_fn,
403+
ambiguous_glob_reexports
403404
)]
404405
#[allow(rustdoc::bare_urls)]
405406
// FIXME: This annotation should be moved into rust-lang/stdarch after clashing_extern_declarations is

0 commit comments

Comments
 (0)