]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_mir_dataflow/src/impls/mod.rs
Rollup merge of #107719 - WaffleLapkin:de-arena-allocates-you-UwU, r=cjgillot
[rust.git] / compiler / rustc_mir_dataflow / src / impls / mod.rs
index bc31ec42b8b6e3af8e6b3dc4f2c13e9b646a8d37..4b5324e203aa3725aad358ad587e2eb714b366b1 100644 (file)
@@ -750,7 +750,7 @@ fn visit_rvalue(&mut self, rvalue: &mir::Rvalue<'_>, location: Location) {
 
 /// 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>(