Skip to content

Commit

Permalink
Only deny warnings in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Jan 23, 2024
1 parent eac714f commit d342c97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
#![cfg_attr(docsrs, feature(doc_cfg), feature(doc_auto_cfg))]
#![cfg_attr(not(test), no_std)]
#![deny(missing_docs)]
#![deny(warnings)]

pub use binary_heap::BinaryHeap;
pub use deque::Deque;
Expand Down

0 comments on commit d342c97

Please sign in to comment.