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 35decad commit 7dbff09Copy full SHA for 7dbff09
src/liballoc/lib.rs
@@ -70,7 +70,7 @@
70
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
71
html_root_url = "https://doc.rust-lang.org/nightly/",
72
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/",
73
- test(no_crate_inject))]
+ test(no_crate_inject, attr(allow(unused_variables), deny(warnings))))]
74
#![no_std]
75
#![cfg_attr(not(stage0), needs_allocator)]
76
0 commit comments