chore: fmt #15
GitHub Actions / clippy
failed
Mar 4, 2024 in 1s
clippy
2 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 2 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.78.0-nightly (516b6162a 2024-03-03)
- cargo 1.78.0-nightly (f772ec022 2024-03-01)
- clippy 0.1.78 (516b616 2024-03-03)
Annotations
Check failure on line 1296 in src/lib.rs
github-actions / clippy
bound is defined in more than one place
error: bound is defined in more than one place
--> src/lib.rs:1296:29
|
1296 | pub fn set_drop_err_handler<F: 'static>(handler: F)
| ^
1297 | where
1298 | F: Fn(&mut dyn Write, &mut Buffer, io::Error),
| ^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
= note: `-D clippy::multiple-bound-locations` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::multiple_bound_locations)]`
Check failure on line 1296 in src/lib.rs
github-actions / clippy
bound is defined in more than one place
error: bound is defined in more than one place
--> src/lib.rs:1296:29
|
1296 | pub fn set_drop_err_handler<F: 'static>(handler: F)
| ^
1297 | where
1298 | F: Fn(&mut dyn Write, &mut Buffer, io::Error),
| ^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
= note: `-D clippy::multiple-bound-locations` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::multiple_bound_locations)]`
Loading