Remove double spaces after dots in comments
This commit is contained in:
parent
279f1c9d8c
commit
6a28fb42a8
157 changed files with 313 additions and 313 deletions
|
@ -750,7 +750,7 @@ where
|
|||
|
||||
/// Calls `f` for each mutable borrow or raw reference in the program.
|
||||
///
|
||||
/// This DOES NOT call `f` for a shared borrow of a type with interior mutability. That's okay for
|
||||
/// This DOES NOT call `f` for a shared borrow of a type with interior mutability. That's okay for
|
||||
/// initializedness, because we cannot move from an `UnsafeCell` (outside of `core::cell`), but
|
||||
/// other analyses will likely need to check for `!Freeze`.
|
||||
fn for_each_mut_borrow<'tcx>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue