We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac714f commit d342c97Copy full SHA for d342c97
src/lib.rs
@@ -76,7 +76,6 @@
76
#![cfg_attr(docsrs, feature(doc_cfg), feature(doc_auto_cfg))]
77
#![cfg_attr(not(test), no_std)]
78
#![deny(missing_docs)]
79
-#![deny(warnings)]
80
81
pub use binary_heap::BinaryHeap;
82
pub use deque::Deque;
0 commit comments