Skip to content

Commit

Permalink
Merge pull request 1156 from ZuseZ4/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 5, 2022
2 parents a0f0bb3 + 7e58d02 commit 86c9fa4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lookahead.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ use std::cell::RefCell;
/// [`ParseStream::peek`]: crate::parse::ParseBuffer::peek
/// [`ParseStream::lookahead1`]: crate::parse::ParseBuffer::lookahead1
///
/// Consuming tokens from the source stream after constructing a lookahead
/// object does not also advance the lookahead object.
///
/// # Example
///
/// ```
Expand Down

0 comments on commit 86c9fa4

Please sign in to comment.