This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Fix #683 (#691) #1320
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / clippy
succeeded
Aug 21, 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.71.1 (eb26296b5 2023-08-03)
- cargo 1.71.1 (7f1d04c00 2023-07-29)
- clippy 0.1.71 (eb26296 2023-08-03)
Annotations
Check warning on line 5 in src/queue/payouts.rs
github-actions / clippy
unused imports: `NaiveDateTime`, `NaiveDate`, `NaiveTime`
warning: unused imports: `NaiveDateTime`, `NaiveDate`, `NaiveTime`
--> src/queue/payouts.rs:5:58
|
5 | use chrono::{DateTime, Datelike, Duration, Utc, Weekday, NaiveDateTime, NaiveDate, NaiveTime};
| ^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
Loading