Skip to content

Commit

Permalink
docs: Clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Nov 17, 2024
1 parent bd9554e commit d818e1f
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 @@ -12,7 +12,7 @@ use syn::{parse::Parse, punctuated::Punctuated, Error, Ident, ItemEnum, Result,
/// [`Copy`]
///
/// If the macro receives `no_auto_debug`, the trait [`fmt::Debug`] will not be generated. Use this
/// flag when you want to implement [`fmt::Debug`] manually.
/// flag when you want to implement [`fmt::Debug`] manually or use the standard derive.
///
/// # Example
///
Expand Down

0 comments on commit d818e1f

Please sign in to comment.