Add a pinch of comments

This commit is contained in:
Aleksey Kladov 2018-11-06 22:06:58 +03:00
parent a5301e94d5
commit 7f88fe8790
3 changed files with 16 additions and 0 deletions

View file

@ -1,6 +1,12 @@
// This file is automatically generated based on the file `./generated.rs.tera` when `cargo gen-syntax` is run
// Do not edit manually
//! This module contains auto-generated Rust AST. Like `SyntaxNode`s, AST nodes
//! are generic over ownership: `X<'a>` things are `Copy` references, `XNode`
//! are Arc-based. You can switch between the two variants using `.owned` and
//! `.borrowed` functions. Most of the code works with borowed mode, and only
//! this mode has all AST accessors.
#![cfg_attr(rustfmt, rustfmt_skip)]
use crate::{