Skip to content

Bump actions/upload-artifact from 3 to 4 #280

Bump actions/upload-artifact from 3 to 4

Bump actions/upload-artifact from 3 to 4 #280

GitHub Actions / clippy succeeded Dec 15, 2023 in 0s

clippy

2 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 2
Note 0
Help 0

Versions

  • rustc 1.76.0-nightly (de686cbc6 2023-12-14)
  • cargo 1.76.0-nightly (1aa9df1a5 2023-12-12)
  • clippy 0.1.76 (de686cb 2023-12-14)

Annotations

Check warning on line 118 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `core::option`

warning: unused import: `core::option`
   --> src/lib.rs:118:13
    |
118 |     pub use core::option;
    |             ^^^^^^^^^^^^

Check warning on line 117 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `core::ops`

warning: unused import: `core::ops`
   --> src/lib.rs:117:13
    |
117 |     pub use core::ops;
    |             ^^^^^^^^^
    |
    = note: `#[warn(unused_imports)]` on by default