diff --git a/src/main.rs b/src/main.rs index 5a98f60..9dc8a4a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -174,7 +174,7 @@ fn get_stdin_data() -> Result { 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,