Skip to content

chore: atten pr review comments #38

chore: atten pr review comments

chore: atten pr review comments #38

GitHub Actions / clippy failed May 13, 2024 in 1s

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 (9b00956e5 2024-04-29)
  • cargo 1.78.0 (54d8815d0 2024-03-26)
  • clippy 0.1.78 (9b00956 2024-04-29)

Annotations

Check failure on line 8 in partial_struct/tests/partial_struct_derive.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

struct `Obj` is never constructed

error: struct `Obj` is never constructed
 --> partial_struct/tests/partial_struct_derive.rs:8:12
  |
8 |     struct Obj;
  |            ^^^
  |
  = note: `-D dead-code` implied by `-D warnings`
  = help: to override `-D warnings` add `#[allow(dead_code)]`