Parcourir la source

lint: add a bag of `;`

sbatial il y a 2 ans
Parent
commit
8db48925af
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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(_) => {