mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Rename FnDef -> Fn
This commit is contained in:
parent
3e1e6227ca
commit
1142112c70
244 changed files with 683 additions and 675 deletions
|
@ -126,7 +126,7 @@ pub enum SyntaxKind {
|
|||
STRUCT_DEF,
|
||||
UNION_DEF,
|
||||
ENUM_DEF,
|
||||
FN_DEF,
|
||||
FN,
|
||||
RET_TYPE,
|
||||
EXTERN_CRATE,
|
||||
MODULE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue