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`,
2323as 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-
3626Multiple ` derive_where ` attributes can be added to an item, but only the
3727first one must use any path qualifications.
3828
You can’t perform that action at this time.
0 commit comments