Skip to content
This repository was archived by the owner on Aug 12, 2021. It is now read-only.

Commit 1e46669

Browse files
Move deny(warnings) into rustbuild
This permits easier iteration without having to worry about warnings being denied. Fixes #49517
1 parent 0bada17 commit 1e46669

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
html_playground_url = "https://play.rust-lang.org/",
4747
test(attr(deny(warnings))))]
4848
#![deny(missing_docs)]
49-
#![deny(warnings)]
5049

5150
#![cfg_attr(windows, feature(libc))]
5251
// Handle rustfmt skips

0 commit comments

Comments
 (0)