File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,6 @@ This will generate trait implementations for `Example` for any `T`,
23
23
as opposed to std's derives, which would only implement these traits with
24
24
` T: Trait ` bound to the corresponding trait.
25
25
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
-
36
26
Multiple ` derive_where ` attributes can be added to an item, but only the
37
27
first one must use any path qualifications.
38
28
You can’t perform that action at this time.
0 commit comments