diff --git a/portable-atomic-util/src/arc.rs b/portable-atomic-util/src/arc.rs index 575a5b9f..2022c543 100644 --- a/portable-atomic-util/src/arc.rs +++ b/portable-atomic-util/src/arc.rs @@ -242,7 +242,6 @@ impl Arc { /// # Example /// /// ``` - /// # #![allow(dead_code)] /// use portable_atomic_util::{Arc, Weak}; /// /// struct Gadget {