mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-27 16:07:46 +00:00
Include Self specifically in NameRef
This commit is contained in:
parent
231c006681
commit
8dc8fadaab
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "ungrammar"
|
||||
description = "A DSL for describing concrete syntax trees"
|
||||
version = "1.16.0"
|
||||
version = "1.16.1"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/matklad/ungrammar"
|
||||
edition = "2018"
|
||||
|
||||
@ -24,7 +24,7 @@ Name =
|
||||
'ident' | 'self'
|
||||
|
||||
NameRef =
|
||||
'ident' | 'int_number' | 'self' | 'super' | 'crate'
|
||||
'ident' | 'int_number' | 'self' | 'super' | 'crate' | 'Self'
|
||||
|
||||
Lifetime =
|
||||
'lifetime_ident'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user