Skip to content

[0.28] Introduce new features kv and json, and config option panic_if… #143

[0.28] Introduce new features kv and json, and config option panic_if…

[0.28] Introduce new features kv and json, and config option panic_if… #143

GitHub Actions / clippy failed Mar 16, 2024 in 0s

clippy

1 error

Details

Results

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

Versions

  • rustc 1.78.0-nightly (c67326b06 2024-03-15)
  • cargo 1.78.0-nightly (7065f0ef4 2024-03-12)
  • clippy 0.1.78 (c67326b 2024-03-15)

Annotations

Check failure on line 9 in examples/write_writer.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

struct `MyWriter` is never constructed

error: struct `MyWriter` is never constructed
 --> examples/write_writer.rs:9:8
  |
9 | struct MyWriter<F> {
  |        ^^^^^^^^
  |
  = note: `-D dead-code` implied by `-D warnings`
  = help: to override `-D warnings` add `#[allow(dead_code)]`