mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
library: allow ambiguous_glob_reexports
for core_arch
This commit is contained in:
parent
cac0bd0bef
commit
771c832338
@ -399,7 +399,8 @@ pub mod primitive;
|
||||
missing_debug_implementations,
|
||||
dead_code,
|
||||
unused_imports,
|
||||
unsafe_op_in_unsafe_fn
|
||||
unsafe_op_in_unsafe_fn,
|
||||
ambiguous_glob_reexports
|
||||
)]
|
||||
#[allow(rustdoc::bare_urls)]
|
||||
// FIXME: This annotation should be moved into rust-lang/stdarch after clashing_extern_declarations is
|
||||
|
Loading…
Reference in New Issue
Block a user