diff --git a/library/alloc/src/sync.rs b/library/alloc/src/sync.rs index f8b4d46ac105d..a19999cd72580 100644 --- a/library/alloc/src/sync.rs +++ b/library/alloc/src/sync.rs @@ -369,7 +369,7 @@ impl Arc { /// /// # Example /// ``` - /// #![allow(dead_code)] + /// # #![allow(dead_code)] /// use std::sync::{Arc, Weak}; /// /// struct Gadget {