Skip to content

Bump bugfix version #230

Bump bugfix version

Bump bugfix version #230

GitHub Actions / clippy succeeded Jul 14, 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.81.0-nightly (fcaa6fdfb 2024-07-13)
  • cargo 1.81.0-nightly (154fdac39 2024-07-07)
  • clippy 0.1.81 (fcaa6fd 2024-07-13)

Annotations

Check warning on line 535 in tests/tests.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

struct `Uncloneable` is never constructed

warning: struct `Uncloneable` is never constructed
   --> tests/tests.rs:535:12
    |
535 |     struct Uncloneable;
    |            ^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default