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