mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 14:13:58 +00:00
Auto merge of #16927 - Sculas:fix/funclike-rename, r=Veykril
fix: Rename `func_like` to `FuncLike` Should fix #16926. Please check the issue for more information.
This commit is contained in:
commit
6e54d41d5a
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