We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33659c8 + 87d5792 commit 4b6c96aCopy full SHA for 4b6c96a
src/parse.rs
@@ -743,10 +743,12 @@ impl<'a> ParseBuffer<'a> {
743
Punctuated::parse_terminated_with(self, parser)
744
}
745
746
- /// Returns whether there are tokens remaining in this stream.
+ /// Returns whether there are no more tokens remaining to be parsed from
747
+ /// this stream.
748
///
- /// This method returns true at the end of the content of a set of
749
- /// delimiters, as well as at the very end of the complete macro input.
+ /// This method returns true upon reaching the end of the content within a
750
+ /// set of delimiters, as well as at the end of the tokens provided to the
751
+ /// outermost parsing entry point.
752
753
/// # Example
754
0 commit comments