You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: useless conversion to the same type: `f64`
--> src/node.rs:230:34
|
230 | Self::F64(i) => Some((*i).into()),
| ^^^^^^^^^^^ help: consider removing `.into()`: `(*i)`
|
note: the lint level is defined here
--> src/lib.rs:6:5
|
6 | clippy::all,
| ^^^^^^^^^^^
= note: `#[deny(clippy::useless_conversion)]` implied by `#[deny(clippy::all)]`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
error: useless conversion to the same type: `f64`
--> src/node.rs:230:34
|
230 | Self::F64(i) => Some((*i).into()),
| ^^^^^^^^^^^ help: consider removing `.into()`: `(*i)`
|
note: the lint level is defined here
--> src/lib.rs:6:5
|
6 | clippy::all,
| ^^^^^^^^^^^
= note: `#[deny(clippy::useless_conversion)]` implied by `#[deny(clippy::all)]`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion