Skip to content

[NFY] Wrap semver::Version as Lua type

Sign in for the full log view
GitHub Actions / clippy failed Oct 10, 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.81.0 (eeb90cda1 2024-09-04)
  • cargo 1.81.0 (2dbb1af80 2024-08-20)
  • clippy 0.1.81 (eeb90cd 2024-09-04)

Annotations

Check failure on line 5 in src/types/semver.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

field `version` is never read

error: field `version` is never read
 --> src/types/semver.rs:5:5
  |
4 | pub struct Semver {
  |            ------ field in this struct
5 |     version: Version,
  |     ^^^^^^^
  |
  = note: `-D dead-code` implied by `-D warnings`
  = help: to override `-D warnings` add `#[allow(dead_code)]`