Przeglądaj źródła

lint: add a bag of `;`

sbatial 2 lat temu
rodzic
commit
8db48925af
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/options/parser.rs

+ 1 - 1
src/options/parser.rs

@@ -201,7 +201,7 @@ impl Args {
                                 result_flags.push((flag, Some(next_arg)));
                             }
                             else {
-                                return Err(ParseError::NeedsValue { flag, values })
+                                return Err(ParseError::NeedsValue { flag, values });
                             }
                         }
                         TakesValue::Optional(_) => {