]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_mir/build/expr/into.rs
Various minor/cosmetic improvements to code
[rust.git] / src / librustc_mir / build / expr / into.rs
index 8eb46a0483917c69551c03351cf2c5ee6c0d10f1..0e7305e076edeb3f39f3de319b5b8c3787aaa99d 100644 (file)
@@ -414,7 +414,7 @@ pub fn into_expr(
 
                     // must be handled above or else we get an
                     // infinite loop in the builder; see
-                    // e.g. `ExprKind::VarRef` above
+                    // e.g., `ExprKind::VarRef` above
                     Category::Place => false,
 
                     _ => true,