thiserror/impl
David Tolnay d7664d5475
Ignore cast_lossless Clippy pedantic lint
error: casting `bool` to `usize` is more cleanly stated with `usize::from(_)`
       --> impl/src/valid.rs:183:31
        |
    183 |         if fields.len() > 1 + has_backtrace as usize {
        |                               ^^^^^^^^^^^^^^^^^^^^^^ help: try: `usize::from(has_backtrace)`
        |
        = note: `-D clippy::cast-lossless` implied by `-D clippy::pedantic`
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless
2021-12-07 18:32:37 -08:00
..
src Ignore cast_lossless Clippy pedantic lint 2021-12-07 18:32:37 -08:00
Cargo.toml Release 1.0.30 2021-10-09 01:53:11 +01:00
LICENSE-APACHE Link license files into impl subcrate 2020-02-14 11:11:30 -08:00
LICENSE-MIT Link license files into impl subcrate 2020-02-14 11:11:30 -08:00