Skip to content

Commit

Permalink
Update src/main.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Eirik A <[email protected]>
Signed-off-by: Mathias Pius <[email protected]>
  • Loading branch information
MathiasPius and clux authored Apr 30, 2024
1 parent bbaf1f9 commit 89cef67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ fn get_stdin_data() -> Result<String> {
enum DeriveTarget {
/// Derive the trait for all types
All,
/// Derive the trait for a specific type only.
/// Derive the trait for a named type only.
Type(String),
/// Derive the trait for all structs.
Structs,
Expand Down

0 comments on commit 89cef67

Please sign in to comment.