Skip to content

Commit 0c3af77

Browse files
committed
📝 deny warnings for test
1 parent 3fd7de3 commit 0c3af77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#![cfg_attr(nightly, feature(core_intrinsics))]
99
#![cfg_attr(nightly, feature(naked_functions))]
1010
#![cfg_attr(nightly, feature(thread_local))]
11-
// #![cfg_attr(test, deny(warnings))]
11+
#![cfg_attr(test, deny(warnings))]
1212
#![deny(missing_docs)]
1313
#![allow(deprecated)]
1414

0 commit comments

Comments
 (0)