Commit fefbcbc
committed
Ignore incompatible_msrv clippy lint
warning: current MSRV (Minimum Supported Rust Version) is `1.39.0` but this item is stable since `1.65.0`
--> src/fmt.rs:48:58
|
48 | if let BacktraceStatus::Captured = backtrace.status() {
| ^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
= note: `#[warn(clippy::incompatible_msrv)]` on by default
warning: current MSRV (Minimum Supported Rust Version) is `1.39.0` but this item is stable since `1.52.0`
--> src/lib.rs:680:41
|
680 | let fmt_arguments_as_str = args.as_str();
| ^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv1 parent 78f2d81 commit fefbcbc
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| 224 | + | |
224 | 225 | | |
225 | 226 | | |
226 | 227 | | |
| |||
0 commit comments