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.
cargo fix --edition
1 parent e515c32 commit 1ae99daCopy full SHA for 1ae99da
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