]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_mir_dataflow/src/impls/mod.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / compiler / rustc_mir_dataflow / src / impls / mod.rs
index bc31ec42b8b6e3af8e6b3dc4f2c13e9b646a8d37..4b5324e203aa3725aad358ad587e2eb714b366b1 100644 (file)
@@ -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>(