]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/never_loop.rs
Rollup merge of #78769 - est31:remove_lifetimes, r=KodrAus
[rust.git] / src / tools / clippy / tests / ui / never_loop.rs
index cbc4ca39161681f3edd71b684a9a91a2d8722d0b..2770eb2b2ab4389e635fd779134d5bfce061a4cd 100644 (file)
@@ -166,7 +166,7 @@ pub fn test14() {
     }
 }
 
-// Issue #1991: the outter loop should not warn.
+// Issue #1991: the outer loop should not warn.
 pub fn test15() {
     'label: loop {
         while false {