Skip to content

Commit

Permalink
Remove needless allow(dead_code)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Mar 9, 2024
1 parent cf87e37 commit 203c641
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit 203c641

Please sign in to comment.