We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
additional_attr
1 parent 68da8fa commit 49d90caCopy full SHA for 49d90ca
1 file changed
cargo-typify/README.md
@@ -204,5 +204,8 @@ default). Builder output lets you write code like this:
204
let xy: MyStruct = MyStruct::builder().x_coord(x).y_coord(y).try_into();
205
```
206
207
-The `--additional-derive` adds the specified derive macro to all generated
208
-types. This may be specified more than once.
+The `--additional-derive` option adds the specified derive macro to all generated
+types. This may be specified more than once.
209
+
210
+The `--additional-attr` option adds the specified attribute to all generated
211
0 commit comments