This repository has been archived by the owner on May 7, 2024. It is now read-only.
Bump serde from 1.0.195 to 1.0.197 (#65) #101
GitHub Actions / clippy
succeeded
Mar 12, 2024 in 0s
clippy
1 warning
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 1 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.78.0-nightly (4a0cc881d 2024-03-11)
- cargo 1.78.0-nightly (a4c63fe53 2024-03-06)
- clippy 0.1.78 (4a0cc88 2024-03-11)
Annotations
Check warning on line 2 in atomicals-electrumx/src/test.rs
github-actions / clippy
the item `Future` is imported redundantly
warning: the item `Future` is imported redundantly
--> atomicals-electrumx/src/test.rs:2:5
|
2 | use std::future::Future;
| ^^^^^^^^^^^^^^^^^^^
...
6 | use crate::*;
| -------- the item `Future` is already imported here
|
= note: `#[warn(unused_imports)]` on by default
Loading