Commit cc0ce79
committed
Move trait method
Clean up `MiniscriptKey` implementation for `bitcoin::PublicKey`.
- Be uniform, put the trait method implementation below the associated types.
- Trait methods have documentation on the trait, remove the unnecessary
rustdoc on the implementation.1 parent cb1344d commit cc0ce79
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | 186 | | |
190 | 187 | | |
191 | 188 | | |
192 | 189 | | |
| 190 | + | |
| 191 | + | |
193 | 192 | | |
194 | 193 | | |
195 | 194 | | |
| |||
0 commit comments