Skip to content

Commit b0decf7

Browse files
committed
Remove duplicate.
1 parent 1ec8b53 commit b0decf7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

-10
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ This will generate trait implementations for `Example` for any `T`,
2323
as opposed to std's derives, which would only implement these traits with
2424
`T: Trait` bound to the corresponding trait.
2525

26-
Multiple `derive_where` attributes can be added to an item, but only the
27-
first one should use any path qualifications. Otherwise helper attributes
28-
won't be applied to any but the first `derive_where` attribute on the item.
29-
30-
```rust
31-
#[derive_where::derive_where(Clone, Debug)]
32-
#[derive_where(Default, Hash)]
33-
struct Example<T>(PhantomData<T>);
34-
```
35-
3626
Multiple `derive_where` attributes can be added to an item, but only the
3727
first one must use any path qualifications.
3828

0 commit comments

Comments
 (0)