Skip to content

Commit 96ad460

Browse files
committed
📝 Document Copy and Clone impl
1 parent 3f48bdc commit 96ad460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ assert_eq!(my_be_bitfield.into_bits().to_be_bytes(), [0x23, 0x41]);
371371

372372
## Automatic Trait Implementations
373373

374-
This macro automatically creates a suitable `fmt::Debug` and `Default` implementations similar to the ones created for normal structs by `#[derive(Debug, Default)]`.
374+
Besides implementing `Clone` and `Copy`, this macro automatically creates a suitable `fmt::Debug` and `Default` implementations similar to the ones created for normal structs by `#[derive(Debug, Default)]`.
375375
You can disable this with the extra `debug` and `default` arguments.
376376

377377
```rust

0 commit comments

Comments
 (0)