aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/ast_src.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-02-27 10:07:51 +0000
committerGitHub <[email protected]>2020-02-27 10:07:51 +0000
commite4a28312c417c070add927a16483b82438fb7e11 (patch)
tree19c07b9cbc4e1e895f32f09ecdf53b5fb0983744 /xtask/src/ast_src.rs
parent0639250d5ae78b2a1d0c6949ae91f098bfb35913 (diff)
parent364162f8759a407a06b360e383de5404875e6000 (diff)
Merge #3342
3342: Some docs r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'xtask/src/ast_src.rs')
-rw-r--r--xtask/src/ast_src.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs
index 2d9ae904b..98d8104e5 100644
--- a/xtask/src/ast_src.rs
+++ b/xtask/src/ast_src.rs
@@ -1,3 +1,5 @@
1//! Defines input for code generation process.
2
1pub(crate) struct KindsSrc<'a> { 3pub(crate) struct KindsSrc<'a> {
2 pub(crate) punct: &'a [(&'a str, &'a str)], 4 pub(crate) punct: &'a [(&'a str, &'a str)],
3 pub(crate) keywords: &'a [&'a str], 5 pub(crate) keywords: &'a [&'a str],