Преглед изворни кода

refactor(clippy): clippy::semicolon_if_nothing_returned

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen пре 2 година
родитељ
комит
91cb53facf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/options/parser.rs

+ 1 - 1
src/options/parser.rs

@@ -316,7 +316,7 @@ impl Args {
 
 
             // Otherwise, it’s a free string, usually a file name.
             // Otherwise, it’s a free string, usually a file name.
             else {
             else {
-                frees.push(arg)
+                frees.push(arg);
             }
             }
         }
         }