Merge pull request #106 from flokli/bump-nix-crate #531
GitHub Actions / clippy
failed
Apr 2, 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.79.0-nightly (1684a753d 2024-04-01)
- cargo 1.79.0-nightly (a59aba136 2024-03-28)
- clippy 0.1.79 (1684a75 2024-04-01)
Annotations
Check failure on line 101 in src/ffi.rs
github-actions / clippy
field `addr_type` is never read
error: field `addr_type` is never read
--> src/ffi.rs:101:9
|
98 | pub struct Hostent {
| ------- field in this struct
...
101 | pub addr_type: i32,
| ^^^^^^^^^
|
= note: `Hostent` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
Loading