Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Bump actions/upload-artifact from 4.3.0 to 4.3.1 (#64) #104

Bump actions/upload-artifact from 4.3.0 to 4.3.1 (#64)

Bump actions/upload-artifact from 4.3.0 to 4.3.1 (#64) #104

GitHub Actions / clippy succeeded Mar 12, 2024 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.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

See this annotation in the file changed.

@github-actions 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