Skip to content

Commit 9254952

Browse files
Silence deprecation warnings in stdarch
1 parent c2f8d18 commit 9254952

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/core/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,8 @@ pub mod primitive;
412412
dead_code,
413413
unused_imports,
414414
unsafe_op_in_unsafe_fn,
415-
ambiguous_glob_reexports
415+
ambiguous_glob_reexports,
416+
deprecated_in_future
416417
)]
417418
#[allow(rustdoc::bare_urls)]
418419
// FIXME: This annotation should be moved into rust-lang/stdarch after clashing_extern_declarations is

0 commit comments

Comments
 (0)