浏览代码

lint: add a bag of `;`

sbatial 2 年之前
父节点
当前提交
8db48925af
共有 1 个文件被更改,包括 1 次插入1 次删除
  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(_) => {