Skip to content

Commit 86c9fa4

Browse files
committed
Merge pull request 1156 from ZuseZ4/patch-1
2 parents a0f0bb3 + 7e58d02 commit 86c9fa4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lookahead.rs

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ use std::cell::RefCell;
1818
/// [`ParseStream::peek`]: crate::parse::ParseBuffer::peek
1919
/// [`ParseStream::lookahead1`]: crate::parse::ParseBuffer::lookahead1
2020
///
21+
/// Consuming tokens from the source stream after constructing a lookahead
22+
/// object does not also advance the lookahead object.
23+
///
2124
/// # Example
2225
///
2326
/// ```

0 commit comments

Comments
 (0)