style fix
This commit is contained in:
parent
273166e765
commit
d9b8724a80
@ -1172,7 +1172,7 @@ fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
/// reference is obtained. This is often done via runtime checks.
|
||||
///
|
||||
/// Note that while mutating or mutably aliasing the contents of an `& UnsafeCell<T>` is
|
||||
/// okay (provided you enforce the invariants some other way); it is still undefined behavior
|
||||
/// okay (provided you enforce the invariants some other way), it is still undefined behavior
|
||||
/// to have multiple `&mut UnsafeCell<T>` aliases.
|
||||
///
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user