We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
are not other
are no other
1 parent 15241a4 commit fbe9f16Copy full SHA for fbe9f16
src/liballoc/rc.rs
@@ -588,7 +588,7 @@ impl<T: Clone> Rc<T> {
588
/// [`clone`] the inner value to ensure unique ownership. This is also
589
/// referred to as clone-on-write.
590
///
591
- /// If there are not other `Rc` pointers to this value, then [`Weak`]
+ /// If there are no other `Rc` pointers to this value, then [`Weak`]
592
/// pointers to this value will be dissassociated.
593
594
/// See also [`get_mut`], which will fail rather than cloning.
0 commit comments