mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-28 21:05:13 +00:00
parent
6f54ebb30c
commit
966d387afa
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ pub enum ProcMacroKind {
|
||||||
Attr,
|
Attr,
|
||||||
// This used to be called FuncLike, so that's what the server expects currently.
|
// This used to be called FuncLike, so that's what the server expects currently.
|
||||||
#[serde(alias = "bang")]
|
#[serde(alias = "bang")]
|
||||||
#[serde(rename(serialize = "func_like", deserialize = "func_like"))]
|
#[serde(rename(serialize = "FuncLike", deserialize = "FuncLike"))]
|
||||||
Bang,
|
Bang,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue