]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_borrowck/src/places_conflict.rs
Removed various double spaces in compiler source comments.
[rust.git] / compiler / rustc_borrowck / src / places_conflict.rs
index 89ac0dfa4d6f51c2e61225b7d27b8fda4895bb57..918fb2d69237e4cb48b125a85daab2a60f8635dc 100644 (file)
@@ -209,7 +209,7 @@ fn place_components_conflict<'tcx>(
             match (elem, &base_ty.kind(), access) {
                 (_, _, Shallow(Some(ArtificialField::ArrayLength)))
                 | (_, _, Shallow(Some(ArtificialField::ShallowBorrow))) => {
-                    // The array length is like  additional fields on the
+                    // The array length is like additional fields on the
                     // type; it does not overlap any existing data there.
                     // Furthermore, if cannot actually be a prefix of any
                     // borrowed place (at least in MIR as it is currently.)