Skip to content

Commit

Permalink
library: allow ambiguous_glob_reexports for core_arch
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanjoi committed Jul 28, 2023
1 parent cac0bd0 commit 771c832
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 771c832

Please sign in to comment.