dogfood tasted bad
This commit is contained in:
@@ -77,10 +77,10 @@ where
|
|||||||
}
|
}
|
||||||
|
|
||||||
if fix {
|
if fix {
|
||||||
if !unstable_options {
|
if unstable_options {
|
||||||
panic!("Usage of `--fix` requires `-Z unstable-options`");
|
|
||||||
} else {
|
|
||||||
args[0] = "fix".to_owned();
|
args[0] = "fix".to_owned();
|
||||||
|
} else {
|
||||||
|
panic!("Usage of `--fix` requires `-Z unstable-options`");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user