Skip to content

Update version.

Update version. #288

GitHub Actions / clippy succeeded Apr 29, 2024 in 1s

clippy

2 warnings

Details

Results

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

Versions

  • rustc 1.80.0-nightly (1fffb2a35 2024-04-28)
  • cargo 1.80.0-nightly (b60a15551 2024-04-26)
  • clippy 0.1.79 (1fffb2a 2024-04-28)

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