Add even more docs

This commit is contained in:
Aleksey Kladov 2021-05-22 17:20:22 +03:00
parent 188b0f96f9
commit dc1577d58d
22 changed files with 13 additions and 36 deletions

View file

@ -27,6 +27,7 @@
//! node or an error, rules like `opt_where_clause` may produce nothing.
//! Non-opt rules typically start with `assert!(p.at(FIRST_TOKEN))`, the
//! caller is responsible for branching on the first token.
mod attributes;
mod expressions;
mod items;