This repository was archived by the owner on Nov 30, 2022. It is now read-only.
Commit ec356e4
committed
Merge #187: Remove unnecessary borrow
9815a4c Remove unnecessary borrow (Tobin C. Harding)
Pull request description:
Clippy emits various errors of form:
error: this expression borrows a value the compiler would
automatically borrow
As suggested, remove the unnecessary borrow.
FTR, this error shows up because of a clippy update (I believe).
ACKs for top commit:
apoelstra:
ACK 9815a4c
Tree-SHA512: 6f8335f7f045a23e0327a743fa0e9ca41774f8062cca9f9599742f9201acf548d38f1d206b6a8991390c75d14e0405dbeb625a6cb8474e0ada3e7292ca4868371 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments