We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0f0bb3 + 7e58d02 commit 86c9fa4Copy full SHA for 86c9fa4
src/lookahead.rs
@@ -18,6 +18,9 @@ use std::cell::RefCell;
18
/// [`ParseStream::peek`]: crate::parse::ParseBuffer::peek
19
/// [`ParseStream::lookahead1`]: crate::parse::ParseBuffer::lookahead1
20
///
21
+/// Consuming tokens from the source stream after constructing a lookahead
22
+/// object does not also advance the lookahead object.
23
+///
24
/// # Example
25
26
/// ```
0 commit comments