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.
1 parent c1e8979 commit fe39c0cCopy full SHA for fe39c0c
src/bin/rustfmt.rs
@@ -68,7 +68,7 @@ impl CliOptions {
68
let mut options = CliOptions::default();
69
options.skip_children = matches.opt_present("skip-children");
70
options.verbose = matches.opt_present("verbose");
71
- let unstable_features = matches.opt_present("unstable_features");
+ let unstable_features = matches.opt_present("unstable-features");
72
let rust_nightly = option_env!("CFG_RELEASE_CHANNEL")
73
.map(|c| c == "nightly")
74
.unwrap_or(false);
0 commit comments