mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-04 11:34:51 +00:00
Try to update parser doc
This commit is contained in:
parent
954fb1d673
commit
fa7a91844a
@ -2,11 +2,6 @@
|
|||||||
//! It is intended to be completely decoupled from the
|
//! It is intended to be completely decoupled from the
|
||||||
//! parser, so as to allow to evolve the tree representation
|
//! parser, so as to allow to evolve the tree representation
|
||||||
//! and the parser algorithm independently.
|
//! and the parser algorithm independently.
|
||||||
//!
|
|
||||||
//! The `TreeSink` trait is the bridge between the parser and the
|
|
||||||
//! tree builder: the parser produces a stream of events like
|
|
||||||
//! `start node`, `finish node`, and `FileBuilder` converts
|
|
||||||
//! this stream to a real tree.
|
|
||||||
use std::mem;
|
use std::mem;
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user