Skip to content

Commit

Permalink
fixing doc link (#312)
Browse files Browse the repository at this point in the history
Co-authored-by: JJ Ferman <10889748+fermanjj@users.noreply.github.com>
  • Loading branch information
fermanjj and fermanjj committed Jan 7, 2024
1 parent e34e66c commit 43d4a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strum_macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fn debug_print_generated(ast: &DeriveInput, toks: &TokenStream) {
/// variant. There is an option to match on different case conversions through the
/// `#[strum(serialize_all = "snake_case")]` type attribute.
///
/// See the [Additional Attributes](https://docs.rs/strum/0.22/strum/additional_attributes/index.html)
/// See the [Additional Attributes](https://docs.rs/strum/latest/strum/additional_attributes/index.html)
/// Section for more information on using this feature.
///
/// If you have a large enum, you may want to consider using the `use_phf` attribute here. It leverages
Expand Down

0 comments on commit 43d4a05

Please sign in to comment.