aboutsummaryrefslogtreecommitdiff
path: root/crates/parser/src/grammar/patterns.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2021-05-22 15:20:22 +0100
committerAleksey Kladov <[email protected]>2021-05-22 15:20:22 +0100
commitdc1577d58d0339b3d77739e33ae5e527ae6f6589 (patch)
tree2f80f27892374b70e95286324ecac2ad76302d97 /crates/parser/src/grammar/patterns.rs
parent188b0f96f98feaa0771f941343887c46113c8ced (diff)
Add even more docs
Diffstat (limited to 'crates/parser/src/grammar/patterns.rs')
-rw-r--r--crates/parser/src/grammar/patterns.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/parser/src/grammar/patterns.rs b/crates/parser/src/grammar/patterns.rs
index f1d1f9eaa..bd092e0af 100644
--- a/crates/parser/src/grammar/patterns.rs
+++ b/crates/parser/src/grammar/patterns.rs
@@ -1,5 +1,3 @@
1//! FIXME: write short doc here
2
3use super::*; 1use super::*;
4 2
5pub(super) const PATTERN_FIRST: TokenSet = 3pub(super) const PATTERN_FIRST: TokenSet =