Skip to content

Commit

Permalink
Remove no longer necessary allowed lints
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Mar 9, 2024
1 parent cf87e37 commit 51666c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion portable-atomic-util/src/arc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ impl<T> Arc<T> {
/// # Example
///
/// ```
/// # #![allow(dead_code)]
/// use portable_atomic_util::{Arc, Weak};
///
/// struct Gadget {
Expand Down
1 change: 0 additions & 1 deletion tests/helper/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
clippy::incompatible_msrv,
clippy::missing_panics_doc,
clippy::new_without_default,
clippy::thread_local_initializer_can_be_made_const, // clippy bug: this lint doesn't consider MSRV: https://github.com/rust-lang/rust-clippy/issues/12404
clippy::undocumented_unsafe_blocks
)]

Expand Down

0 comments on commit 51666c5

Please sign in to comment.