|
Ran
|
Jobs
1
|
Files
87
|
Run time
12s
|
Badge
README BADGES
|
push
github
Merge rust-bitcoin/rust-bitcoin#2510: Trivial error cleanup <a class=hub.com/rust-bitcoin/rust-bitcoin/commit/<a class="double-link" href="https://git"><a class=hub.com/rust-bitcoin/rust-bitcoin/commit/86f8043e801c624731673283a3ee27c6b88edbd2">86f8043e8<a href="https://github.com/rust-bitcoin/rust-bitcoin/commit/162094322fc75c92d1241f2afd4514131683856d"> Remove Error suffix from variant (Tobin C. Harding) <a class="double-link" href="https://github.com/rust-bitcoin/rust-bitcoin/commit/482c8cb7f8e172091dba1592ef49fbc415f33987">482c8cb7f</a> Clean up error type from impls (Tobin C. Harding) Pull request description: Done while working on other error code; two trivial cleanups. This PR gives us a place to debate the current error `From` impl format. The canonical form is, as far as I understand: ```rust impl From<FooError> for Error { #[inline] fn from(e: FooError) -> Self { Self::Foo(e) } } ``` ACKs for top commit: apoelstra: utACK 86f8043e801c624731673283a3ee27c6b88edbd2 Kixunil: ACK 86f8043e801c624731673283a3ee27c6b88edbd2 Tree-SHA512: 82169baf5dd93e253d92bf979e04a0fbac1
19438 of 23155 relevant lines covered (83.95%)
16752.39 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 8086856593.1 | 0 |
83.95 |
GitHub Action Run |