mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Add even more docs
This commit is contained in:
parent
188b0f96f9
commit
dc1577d58d
22 changed files with 13 additions and 36 deletions
|
@ -1,4 +1,5 @@
|
|||
//! FIXME: write short doc here
|
||||
//! A "Parser" structure for token trees. We use this when parsing a declarative
|
||||
//! macro definition into a list of patterns and templates.
|
||||
|
||||
use crate::{subtree_source::SubtreeTokenSource, ExpandError, ExpandResult};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue