We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954fb1d commit fa7a918Copy full SHA for fa7a918
crates/parser/src/event.rs
@@ -2,11 +2,6 @@
2
//! It is intended to be completely decoupled from the
3
//! parser, so as to allow to evolve the tree representation
4
//! and the parser algorithm independently.
5
-//!
6
-//! The `TreeSink` trait is the bridge between the parser and the
7
-//! tree builder: the parser produces a stream of events like
8
-//! `start node`, `finish node`, and `FileBuilder` converts
9
-//! this stream to a real tree.
10
use std::mem;
11
12
use crate::{
0 commit comments