about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGaxx <damn.frank2z@gmail.com>2023-11-08 16:29:21 -0800
committerGaxx <damn.frank2z@gmail.com>2023-11-08 16:29:21 -0800
commitfa7a91844aead43eaee397f972faed1ac43591c6 (patch)
tree369d7780da010934fa1493659bb5e948f38aa051
parent954fb1d673107f3de5cab9b06cb3d1a2323eb6e0 (diff)
downloadrust-fa7a91844aead43eaee397f972faed1ac43591c6.tar.gz
rust-fa7a91844aead43eaee397f972faed1ac43591c6.zip
Try to update parser doc
-rw-r--r--crates/parser/src/event.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/crates/parser/src/event.rs b/crates/parser/src/event.rs
index 577eb0967b4..e38571dd3ec 100644
--- a/crates/parser/src/event.rs
+++ b/crates/parser/src/event.rs
@@ -2,11 +2,6 @@
 //! It is intended to be completely decoupled from the
 //! parser, so as to allow to evolve the tree representation
 //! 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 crate::{