Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ModProg authored Sep 14, 2023
1 parent 8ac5dec commit 61e281c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@ define_delimiters! {
/// given token.
///
/// ```
/// # syn::Token;
/// Token![fn]; // syn::token::Fn
/// Token![>>]; // syn::token::Shr
/// ```
Expand Down

0 comments on commit 61e281c

Please sign in to comment.