From ec0de5bd1630faad684460955dacdedd048788a4 Mon Sep 17 00:00:00 2001 From: bohan Date: Fri, 28 Jul 2023 22:24:28 +0800 Subject: [PATCH] library: allow `ambiguous_glob_reexports` for `core_arch` --- core/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/lib.rs b/core/src/lib.rs index 741de3221..37216d6a7 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -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