|
Ran
|
Jobs
1
|
Files
87
|
Run time
17s
|
Badge
README BADGES
|
push
github
Merge rust-bitcoin/rust-bitcoin#2512: internals: Implement Default for ArrayVec <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/a55e78a28dee7890afb84d1a2ad90f28df9b57e7">a55e78a28 internals: Implement Default for ArrayVec (Tobin C. Harding) Pull request description: In an unrelated PR CI run we got the following error: ``` error: you should consider adding a `Default` implementation for `ArrayVec<T, CAP>` ``` I did not bother to dig any deeper since this seems like a reasonable suggestion by the compiler since we provide a `new` function that takes zero arguments. Add a `Default` implementation to `ArrayVec`. ACKs for top commit: apoelstra: ACK a55e78a28dee7890afb84d1a2ad90f28df9b57e7 Kixunil: ACK a55e78a28dee7890afb84d1a2ad90f28df9b57e7 Tree-SHA512: 85b8248ca67c52abf3082156214fb274342
19438 of 23155 relevant lines covered (83.95%)
16711.03 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 8085770950.1 | 0 |
83.95 |
GitHub Action Run |