mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Add even more docs
This commit is contained in:
parent
188b0f96f9
commit
dc1577d58d
22 changed files with 13 additions and 36 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue