Commit be64707
committed
Resolve used_underscore_items pedantic clippy lint
warning: used underscore-prefixed item
--> src/backtrace.rs:410:5
|
410 | _assert::<Backtrace>();
| ^^^^^^^^^^^^^^^^^^^^^^
|
note: item is defined here
--> src/backtrace.rs:409:5
|
409 | fn _assert<T: Send + Sync>() {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#used_underscore_items
= note: `-W clippy::used-underscore-items` implied by `-W clippy::pedantic`
= help: to override `-W clippy::pedantic` add `#[allow(clippy::used_underscore_items)]`1 parent 9d3fb6d commit be64707
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
410 | | - | |
| 409 | + | |
| 410 | + | |
411 | 411 | | |
0 commit comments