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.
1 parent 1b8b2ee commit aba385aCopy full SHA for aba385a
src/libcore/cell.rs
@@ -1554,7 +1554,7 @@ impl<T: ?Sized> UnsafeCell<T> {
1554
/// This can be cast to a pointer of any kind.
1555
/// Ensure that the access is unique (no active references, mutable or not)
1556
/// when casting to `&mut T`, and ensure that there are no mutations
1557
- /// or mutable aliases going on when casting to `&T`
+ /// or mutable aliases going on when casting to `&T`.
1558
///
1559
/// # Examples
1560
0 commit comments