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

Commit ebb9ed9

Browse files
committed
Auto merge of rust-lang#15853 - Kangaxx-0:gaxx/update-parser-event-comment, r=lnicola
Try to update parser/event doc `TokenSource` and `TreeSink` has been refactored as part of rust-lang#10765, they no longer exist in code repo. This pr tries to remove them from event module level comment to prevent confusion.
2 parents 7059ae2 + fa7a918 commit ebb9ed9

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)