Skip to content

Commit

Permalink
Auto merge of #15853 - Kangaxx-0:gaxx/update-parser-event-comment, r=…
Browse files Browse the repository at this point in the history
…lnicola

Try to update parser/event doc

`TokenSource` and `TreeSink` has been refactored as part of #10765, they no longer exist in code repo. This pr tries to remove them from event module level comment to prevent confusion.
  • Loading branch information
bors committed Nov 9, 2023
2 parents 7059ae2 + fa7a918 commit ebb9ed9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/parser/src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::{
Expand Down

0 comments on commit ebb9ed9

Please sign in to comment.