]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_hir_typeck/src/expr_use_visitor.rs
Rollup merge of #107151 - tmiasko:dominators-no-inline, r=compiler-errors
[rust.git] / compiler / rustc_hir_typeck / src / expr_use_visitor.rs
index 7774ffc9b9793ea8ac6a93a0e41b9ca196514a71..c8cda0dc90c6daf39095057859453ec164196609 100644 (file)
@@ -417,7 +417,7 @@ fn maybe_read_scrutinee<'t>(
                                 // Named constants have to be equated with the value
                                 // being matched, so that's a read of the value being matched.
                                 //
-                                // FIXME: We don't actually  reads for ZSTs.
+                                // FIXME: We don't actually reads for ZSTs.
                                 needs_to_be_read = true;
                             }
                             _ => {