Fix obsolete enableRangeFormatting config
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user