We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb42797 commit 2a0b283Copy full SHA for 2a0b283
src/liblibc/lib.rs
@@ -22,7 +22,8 @@
22
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
23
html_root_url = "https://doc.rust-lang.org/nightly/",
24
html_playground_url = "https://play.rust-lang.org/",
25
- issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/",
26
+ test(attr(deny(warnings))))]
27
#![cfg_attr(test, feature(test))]
28
#![cfg_attr(not(feature = "cargo-build"), feature(cfg_target_vendor))]
29
0 commit comments