mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Fix obsolete enableRangeFormatting
config
This commit is contained in:
parent
f0649f2c19
commit
dfcbed09d3
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue