Fix obsolete enableRangeFormatting config

This commit is contained in:
TonalidadeHidrica 2022-07-11 16:52:35 +09:00
parent f0649f2c19
commit dfcbed09d3

View file

@ -1798,7 +1798,7 @@ fn run_rustfmt(
String::from( String::from(
"rustfmt range formatting is unstable. \ "rustfmt range formatting is unstable. \
Opt-in by using a nightly build of rustfmt and setting \ Opt-in by using a nightly build of rustfmt and setting \
`rustfmt.enableRangeFormatting` to true in your LSP configuration", `rustfmt.rangeFormatting.enable` to true in your LSP configuration",
), ),
) )
.into()); .into());