Rollup merge of #95791 - oconnor663:doc_comment, r=thomcc
hide an #[allow] directive from the Arc::new_cyclic doc example A minor docs cleanup.
This commit is contained in:
commit
7b285d09e9
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ impl<T> Arc<T> {
|
|||
///
|
||||
/// # Example
|
||||
/// ```
|
||||
/// #![allow(dead_code)]
|
||||
/// # #![allow(dead_code)]
|
||||
/// use std::sync::{Arc, Weak};
|
||||
///
|
||||
/// struct Gadget {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue