We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18751dd + 82f48c6 commit d199d81Copy full SHA for d199d81
src/cargo/ops/fix.rs
@@ -857,8 +857,7 @@ impl FixArgs {
857
if edition.supports_compat_lint() {
858
if env::var_os(SUPPORTS_FORCE_WARN).is_some() {
859
cmd.arg("--force-warn")
860
- .arg(format!("rust-{}-compatibility", edition))
861
- .arg("-Zunstable-options");
+ .arg(format!("rust-{}-compatibility", edition));
862
} else {
863
cmd.arg("-W").arg(format!("rust-{}-compatibility", edition));
864
}
0 commit comments