mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Trailing full stop
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
This commit is contained in:
+1
-1
@@ -1554,7 +1554,7 @@ pub const fn get(&self) -> *mut 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
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user