diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-07-12 14:22:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 14:22:33 +0200 |
commit | e95c0c85fae565bb403329d9918321a507986e56 (patch) | |
tree | c087d86a6d84baf1843f5b0815872050b9aa550a /cli/flags.rs | |
parent | 32855f2c853b7f30a92d4cb95549cba8abfd44e5 (diff) |
fix: non-existent field in cli/flags.rs (#11368)
Diffstat (limited to 'cli/flags.rs')
-rw-r--r-- | cli/flags.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index 2a66cb0ea..ff3fd7a06 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -3466,7 +3466,6 @@ mod tests { shuffle: None, include: None, concurrent_jobs: 1, - terse: false }, ..Flags::default() } |