Skip to content

Commit

Permalink
Update syn 1.0 link to syn 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 23, 2023
1 parent 8beec4c commit 5d33628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ pub mod spanned;
/// appears suffixed as integer literals by interpolating them as [`syn::Index`]
/// instead.
///
/// [`syn::Index`]: https://docs.rs/syn/1.0/syn/struct.Index.html
/// [`syn::Index`]: https://docs.rs/syn/2.0/syn/struct.Index.html
///
/// ```compile_fail
/// let i = 0usize..self.fields.len();
Expand Down

0 comments on commit 5d33628

Please sign in to comment.