Merge pull request #26 from nuttycom/toml_config #72
GitHub Actions / Clippy Result (stable)
failed
Jun 20, 2024 in 1m 40s
Clippy (Stable ~ Linux/x86_64)
Clippy failed.
Details
Running cargo clippy
took roughly ~99738ms to complete
- Working Directory: repository directory
Annotations
Check failure on line 117 in /home/runner/work/zec-sqlite-cli/zec-sqlite-cli/src/main.rs
github-actions / Clippy Result (stable)
/home/runner/work/zec-sqlite-cli/zec-sqlite-cli/src/main.rs#L117
useless conversion to the same type: `u32`
Raw output
error: useless conversion to the same type: `u32`
--> src/data.rs:117:24
|
117 | birthday: Some(u32::from(birthday)),
| ^^^^^^^^^^^^^^^^^^^ help: consider removing `u32::from()`: `birthday`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
= note: `-D clippy::useless-conversion` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::useless_conversion)]`
Check failure on line 0 in ./file/that/probably/doesnt/exist.rs
github-actions / Clippy Result (stable)
./file/that/probably/doesnt/exist.rs#L0
aborting due to 1 previous error
Raw output
error: aborting due to 1 previous error
Loading