Skip to content

Commit d342c97

Browse files
committed
Only deny warnings in CI.
1 parent eac714f commit d342c97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
#![cfg_attr(docsrs, feature(doc_cfg), feature(doc_auto_cfg))]
7777
#![cfg_attr(not(test), no_std)]
7878
#![deny(missing_docs)]
79-
#![deny(warnings)]
8079

8180
pub use binary_heap::BinaryHeap;
8281
pub use deque::Deque;

0 commit comments

Comments
 (0)