Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit fa7a918

Browse files
committed
Try to update parser doc
1 parent 954fb1d commit fa7a918

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

crates/parser/src/event.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
//! It is intended to be completely decoupled from the
33
//! parser, so as to allow to evolve the tree representation
44
//! 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.
105
use std::mem;
116

127
use crate::{

0 commit comments

Comments
 (0)