|
Ran
|
Files
107
|
Run time
12s
|
Badge
README BADGES
|
push
travis-pro
Bump thiserror from 1.0.21 to 1.0.22 (#1508) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.21 to 1.0.22. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.22</h2> <ul> <li> <p>Fix raw identifier fields in format arguments (<a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/108">#108</a>, thanks <a href="https://github.com/ninevra">@ninevra</a>)</p> <pre lang="rust"><code>#[derive(Error, Debug)] #[error("raw identifier: {r#type}")] pub struct Error { r#type: i32, } </code></pre> </li> <li> <p>Fix Rust keyword named format arguments (<a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/109">#109</a>)</p> <pre lang="rust"><code>#[derive(Error, Debug)] #[error("keyword: {type}", type = 1)] pub struct Error; </code></pre> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/09f247add"><code>09f247a</code></a> Release 1.0.22</li> <li><a href="https://github.com/dtolnay/thiserror/commit/53bb2fbf9"><code>53bb2fb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/109">#109</a> from dtolnay/keyword</li> <li><a href="https://github.com/dtolnay/thiserror/commit/aafcf0a1b"><code>aafcf0a</code></a> Fix second place that keyword fmt argument is failing</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2722f8e2c"><code>2722f8e</code></a> Fix first place that keyword fmt argument is failing</li> <li><a href="https://github.com/dtolnay/thiserror/commit/25c73d7cd"><code>25c73d7</code></a> Add test of keyword fmt argument</li> <li><a href="https://github.com/dtolnay/t... (continued)
14113 of 55985 branches covered (25.21%)
Branch coverage included in aggregate %.
3751 of 5848 relevant lines covered (64.14%)
40487.71 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|