Skip to content

Commit

Permalink
Avoid lint bumping MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Nov 6, 2021
1 parent a23913e commit c4c5c89
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@
//! set the `amortize` feature.
//!
//! [`std::unordered_multiset`]: http://www.cplusplus.com/reference/unordered_set/unordered_multiset/
#![deny(
missing_docs,
missing_debug_implementations,
unreachable_pub,
rustdoc::broken_intra_doc_links
)]
#![deny(missing_docs, missing_debug_implementations, unreachable_pub)]
#![cfg_attr(doc, deny(rustdoc::broken_intra_doc_links))]
#![warn(rust_2018_idioms)]

#[cfg(feature = "amortize")]
Expand Down

0 comments on commit c4c5c89

Please sign in to comment.