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.
1 parent 3e67cb0 commit c274590Copy full SHA for c274590
src/parse.rs
@@ -513,8 +513,8 @@ impl<'a> ParseBuffer<'a> {
513
///
514
/// - `input.peek(Token![struct])`
515
/// - `input.peek(Token![==])`
516
- /// - `input.peek(Ident)` *(does not accept keywords)*
517
- /// - `input.peek(Ident::peek_any)`
+ /// - `input.peek(syn::Ident)` *(does not accept keywords)*
+ /// - `input.peek(syn::Ident::peek_any)`
518
/// - `input.peek(Lifetime)`
519
/// - `input.peek(token::Brace)`
520
0 commit comments