chore: Remove duration in TaskAbort timeout log #313
GitHub Actions / clippy
succeeded
Dec 26, 2023 in 1s
clippy
1 warning
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 1 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.74.1 (a28077b28 2023-12-04)
- cargo 1.74.1 (ecb9851af 2023-10-18)
- clippy 0.1.74 (a28077b 2023-12-04)
Annotations
Check warning on line 4 in src/runner.rs
github-actions / clippy
unused import: `std::sync::Arc`
warning: unused import: `std::sync::Arc`
--> src/runner.rs:4:5
|
4 | use std::sync::Arc;
| ^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
Loading