diff options
| author | bohan <bohan-zhang@foxmail.com> | 2023-07-28 22:24:28 +0800 |
|---|---|---|
| committer | bohan <bohan-zhang@foxmail.com> | 2023-07-29 00:19:59 +0800 |
| commit | 771c832338d57390018d41458a3223bc18eacedc (patch) | |
| tree | 0d60a7f17043d05c8fa8dd40069ef5af8bf1a6c6 | |
| parent | cac0bd0bef0661948f558592f43908221e52e2a0 (diff) | |
| download | rust-771c832338d57390018d41458a3223bc18eacedc.tar.gz rust-771c832338d57390018d41458a3223bc18eacedc.zip | |
library: allow `ambiguous_glob_reexports` for `core_arch`
| -rw-r--r-- | library/core/src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs index 741de3221ee..37216d6a721 100644 --- a/library/core/src/lib.rs +++ b/library/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 |
