aboutsummaryrefslogtreecommitdiff
path: root/crates/parser/src/grammar/params.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-05-22 15:20:42 +0100
committerGitHub <[email protected]>2021-05-22 15:20:42 +0100
commita99de65573d59d6398f472b0d42daabe9e8a5410 (patch)
treeffaa695301e2483e8a3ec360f0dcec79281ab2c1 /crates/parser/src/grammar/params.rs
parentd56e52402eedbd738b5161cd1e5a8c152cb65e21 (diff)
parentdc1577d58d0339b3d77739e33ae5e527ae6f6589 (diff)
Merge #8923
8923: Add even more docs r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/parser/src/grammar/params.rs')
-rw-r--r--crates/parser/src/grammar/params.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/parser/src/grammar/params.rs b/crates/parser/src/grammar/params.rs
index 9e2f02d43..01ee26a53 100644
--- a/crates/parser/src/grammar/params.rs
+++ b/crates/parser/src/grammar/params.rs
@@ -1,5 +1,3 @@
1//! FIXME: write short doc here
2
3use super::*; 1use super::*;
4 2
5// test param_list 3// test param_list