Skip to content

Commit 680cc2f

Browse files
committed
dogfood tasted bad
1 parent e190cc5 commit 680cc2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ where
7777
}
7878

7979
if fix {
80-
if !unstable_options {
81-
panic!("Usage of `--fix` requires `-Z unstable-options`");
82-
} else {
80+
if unstable_options {
8381
args[0] = "fix".to_owned();
82+
} else {
83+
panic!("Usage of `--fix` requires `-Z unstable-options`");
8484
}
8585
}
8686

0 commit comments

Comments
 (0)