We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Self
1 parent 61e218c commit 6d2f3ecCopy full SHA for 6d2f3ec
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "ungrammar"
3
description = "A DSL for describing concrete syntax trees"
4
-version = "1.16.0"
+version = "1.16.1"
5
license = "MIT OR Apache-2.0"
6
repository = "https://github.com/matklad/ungrammar"
7
edition = "2018"
rust.ungram
@@ -24,7 +24,7 @@ Name =
24
'ident' | 'self'
25
26
NameRef =
27
- 'ident' | 'int_number' | 'self' | 'super' | 'crate'
+ 'ident' | 'int_number' | 'self' | 'super' | 'crate' | 'Self'
28
29
Lifetime =
30
'lifetime_ident'
0 commit comments