Trailing full stop
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
This commit is contained in:
parent
1b8b2ee6f9
commit
aba385abbd
1 changed files with 1 additions and 1 deletions
|
@ -1554,7 +1554,7 @@ impl<T: ?Sized> UnsafeCell<T> {
|
|||
/// This can be cast to a pointer of any kind.
|
||||
/// Ensure that the access is unique (no active references, mutable or not)
|
||||
/// when casting to `&mut T`, and ensure that there are no mutations
|
||||
/// or mutable aliases going on when casting to `&T`
|
||||
/// or mutable aliases going on when casting to `&T`.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue