Skip to content

Commit f84681b

Browse files
ModProgdaxpedda
authored andcommitted
fix some stupidness
1 parent 89a2738 commit f84681b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@
66

77
## Description
88

9+
Derive macro to simplify deriving standard and other traits with custom
10+
generic type bounds.
11+
12+
## Usage
13+
914
The `derive_where` macro can be used just like std's `#[derive(...)]`
1015
statements, with the only caveat that it requires to derive `DeriveWhere`
1116
([#27]):
1217

13-
## Usage
14-
1518
```rust
1619
#[derive(DeriveWhere)]
1720
#[derive_where(Clone, Debug)]

0 commit comments

Comments
 (0)