File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -714,11 +714,11 @@ impl fmt::Debug for Punct {
714
714
/// - A lifetime is not an identifier. Use `syn::Lifetime` instead.
715
715
///
716
716
/// An identifier constructed with `Ident::new` is permitted to be a Rust
717
- /// keyword, though parsing one through its [`Synom `] implementation rejects
718
- /// Rust keywords. Use `call! (Ident::parse_any)` when parsing to match the
717
+ /// keyword, though parsing one through its [`Parse `] implementation rejects
718
+ /// Rust keywords. Use `input. call(Ident::parse_any)` when parsing to match the
719
719
/// behaviour of `Ident::new`.
720
720
///
721
- /// [`Synom `]: https://docs.rs/syn/0.14 /syn/synom /trait.Synom .html
721
+ /// [`Parse `]: https://docs.rs/syn/0.15 /syn/parse /trait.Parse .html
722
722
///
723
723
/// # Examples
724
724
///
You can’t perform that action at this time.
0 commit comments