diff options
| author | Jane Lusby <jlusby@yaah.dev> | 2020-03-27 13:26:34 -0700 |
|---|---|---|
| committer | Jane Lusby <jlusby@yaah.dev> | 2020-03-27 13:26:34 -0700 |
| commit | e190cc5590c0ed6d4691cd83550de744734a8137 (patch) | |
| tree | 3e33fc1e3553bdb3a3b786e810e983b02ddc2d4f | |
| parent | 399e0231cd599e20b43ccb62c4ab2c55a730ded3 (diff) | |
| download | rust-e190cc5590c0ed6d4691cd83550de744734a8137.tar.gz rust-e190cc5590c0ed6d4691cd83550de744734a8137.zip | |
fix rustfmt issue
| -rw-r--r-- | src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index 8c4a596cc4d..5de0d336b6a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -66,11 +66,11 @@ where "--fix" => { fix = true; continue; - } + }, "--" => break, // Cover -Zunstable-options and -Z unstable-options s if s.ends_with("unstable-options") => unstable_options = true, - _ => {} + _ => {}, } args.push(arg); |
