mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-28 18:43:01 +00:00
Fix typo in config
To make it backwards-compatible.
This commit is contained in:
parent
a79e27b8d2
commit
721dcdd327
1 changed files with 1 additions and 1 deletions
|
|
@ -2832,7 +2832,7 @@ enum ReborrowHintsDef {
|
|||
#[derive(Serialize, Deserialize, Debug, Clone)]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
enum AdjustmentHintsDef {
|
||||
#[serde(alias = "Reborrow")]
|
||||
#[serde(alias = "reborrow")]
|
||||
Borrows,
|
||||
#[serde(with = "true_or_always")]
|
||||
#[serde(untagged)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue