diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-06-11 17:35:38 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-11 17:35:38 +0100 |
commit | 6ac3e666b7c62a9097d10c52636cfe75e7851806 (patch) | |
tree | b1e4ab548d425287b2e5c74bbb16f8ce0da96e97 /crates/parser/src/syntax_kind/generated.rs | |
parent | 5f69420ee3317f9c0e3cb774ccc0cb0e64af0b9a (diff) | |
parent | 99d40e7a3a22604690753322f9274bc91fa03de4 (diff) |
Merge #9217
9217: internal: Don't stringify and reparse `cfg_attr`-gated attributes r=jonas-schievink a=jonas-schievink
Bumps ungrammar to include https://github.com/rust-analyzer/ungrammar/pull/33
bors r+
Co-authored-by: Jonas Schievink <[email protected]>
Diffstat (limited to 'crates/parser/src/syntax_kind/generated.rs')
-rw-r--r-- | crates/parser/src/syntax_kind/generated.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/parser/src/syntax_kind/generated.rs b/crates/parser/src/syntax_kind/generated.rs index bcefd183a..5f10b82de 100644 --- a/crates/parser/src/syntax_kind/generated.rs +++ b/crates/parser/src/syntax_kind/generated.rs | |||
@@ -220,7 +220,7 @@ pub enum SyntaxKind { | |||
220 | ITEM_LIST, | 220 | ITEM_LIST, |
221 | ASSOC_ITEM_LIST, | 221 | ASSOC_ITEM_LIST, |
222 | ATTR, | 222 | ATTR, |
223 | META_ITEM, | 223 | META, |
224 | USE_TREE, | 224 | USE_TREE, |
225 | USE_TREE_LIST, | 225 | USE_TREE_LIST, |
226 | PATH, | 226 | PATH, |