Skip to content

Commit d9b8724

Browse files
committed
style fix
1 parent 273166e commit d9b8724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/cell.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ impl<'a, T: ?Sized + fmt::Display> fmt::Display for RefMut<'a, T> {
11721172
/// reference is obtained. This is often done via runtime checks.
11731173
///
11741174
/// Note that while mutating or mutably aliasing the contents of an `& UnsafeCell<T>` is
1175-
/// okay (provided you enforce the invariants some other way); it is still undefined behavior
1175+
/// okay (provided you enforce the invariants some other way), it is still undefined behavior
11761176
/// to have multiple `&mut UnsafeCell<T>` aliases.
11771177
///
11781178
///

0 commit comments

Comments
 (0)