Skip to content

Commit b6b3438

Browse files
MarcusGrassjaparic
authored andcommitted
Add entry API
1 parent d2c85a1 commit b6b3438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
6868
//! It *might* compile on older versions but that may change in any new patch release.
6969
7070
#![cfg_attr(not(test), no_std)]
71-
#![warn(missing_docs)]
71+
#![deny(missing_docs)]
7272
#![deny(rust_2018_compatibility)]
7373
#![deny(rust_2018_idioms)]
74-
//#![deny(warnings)]
74+
#![deny(warnings)]
7575
#![deny(const_err)]
7676

7777
pub use binary_heap::BinaryHeap;

0 commit comments

Comments
 (0)