Skip to content

Commit

Permalink
more lint tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonozias committed Jul 12, 2021
1 parent 93d93b4 commit 13dd4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Expand Up @@ -313,8 +313,8 @@
#![cfg_attr(stable_lints, deny(disjoint_capture_drop_reorder))]
// clippy lints
#![deny(clippy::all, clippy::pedantic)]
#![allow(clippy::copy_iterator, clippy::default_trait_access)]
#![cfg_attr(nightly_lints, allow(clippy::nonstandard_macro_braces))]
#![cfg_attr(nightly_lints, deny(clippy::nonstandard_macro_braces))]
#![cfg_attr(nightly_lints, allow(clippy::copy_iterator))]
// rustdoc lints
#![deny(
rustdoc::bare_urls,
Expand Down

0 comments on commit 13dd4ba

Please sign in to comment.