We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f8d18 commit 9254952Copy full SHA for 9254952
library/core/src/lib.rs
@@ -412,7 +412,8 @@ pub mod primitive;
412
dead_code,
413
unused_imports,
414
unsafe_op_in_unsafe_fn,
415
- ambiguous_glob_reexports
+ ambiguous_glob_reexports,
416
+ deprecated_in_future
417
)]
418
#[allow(rustdoc::bare_urls)]
419
// FIXME: This annotation should be moved into rust-lang/stdarch after clashing_extern_declarations is
0 commit comments