Commit 5e907bc
committed
0408f3d Fix unused clippy lint (Jamil Lambert, PhD)
67eea0b Fix explicit lifetime clippy lint (Jamil Lambert, PhD)
1363dc6 Fix unused import clippy lint (Jamil Lambert, PhD)
Pull request description:
There are a few lint errors in `units` and `primitives` with `no-default-features`.
Fix the lint errors in `units` and `primitives` with `no-default-features`.
ACKs for top commit:
apoelstra:
ACK 0408f3d; successfully ran local tests
tcharding:
ACK 0408f3d
Tree-SHA512: d2b2ae03bcf021dd8f62e88850c61f0e41f09497778278bb8f16c82567aa9f1f3a9df14b4a7157c75eac9b2fb70602f8a1a12dbc9f311029b54bdc8f7c085a30
File tree
3 files changed
+5
-2
lines changed- consensus_encoding/src/encode
- primitives/src
- units/src/amount
3 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
0 commit comments