We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2bf5b8 commit 77584e5Copy full SHA for 77584e5
src/config.rs
@@ -640,7 +640,7 @@ create_config! {
640
merge_derives: bool, true, "Merge multiple `#[derive(...)]` into a single one";
641
binop_separator: SeparatorPlace, SeparatorPlace::Front,
642
"Where to put a binary operator when a binary expression goes multiline.";
643
- required_version: String, "".to_owned(),
+ required_version: String, env!("CARGO_PKG_VERSION").to_owned(),
644
"Require a specific version of rustfmt."
645
}
646
0 commit comments