]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_hir_typeck/src/mem_categorization.rs
Rollup merge of #107508 - WaffleLapkin:uneq'15, r=oli-obk
[rust.git] / compiler / rustc_hir_typeck / src / mem_categorization.rs
index 0b5dc946c1deffa589f20f036542cfacc7edd6a8..48c75cde9a5fc544948e231ea4077a86ad698f9d 100644 (file)
@@ -736,7 +736,7 @@ fn cat_pattern_<F>(
             }
 
             PatKind::Box(ref subpat) | PatKind::Ref(ref subpat, _) => {
-                // box p1, &p1, &mut p1.  we can ignore the mutability of
+                // box p1, &p1, &mut p1. we can ignore the mutability of
                 // PatKind::Ref since that information is already contained
                 // in the type.
                 let subplace = self.cat_deref(pat, place_with_id)?;