Merge pull request #26 from nuttycom/toml_config #72
Annotations
4 errors
/home/runner/work/zec-sqlite-cli/zec-sqlite-cli/src/main.rs#L117
useless conversion to the same type: `u32`
|
./file/that/probably/doesnt/exist.rs#L0
aborting due to 1 previous error
|
useless conversion to the same type: `u32`:
src/main.rs#L117
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)]`
|
aborting due to 1 previous error
error: aborting due to 1 previous error
|