diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-27 10:07:51 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-27 10:07:51 +0000 |
commit | e4a28312c417c070add927a16483b82438fb7e11 (patch) | |
tree | 19c07b9cbc4e1e895f32f09ecdf53b5fb0983744 /xtask/src/ast_src.rs | |
parent | 0639250d5ae78b2a1d0c6949ae91f098bfb35913 (diff) | |
parent | 364162f8759a407a06b360e383de5404875e6000 (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.rs | 2 |
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 | |||
1 | pub(crate) struct KindsSrc<'a> { | 3 | pub(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], |