Rust bindings refactor #258
Annotations
3 errors and 4 warnings
useless conversion to the same type: `function::Location`:
rust/rust/src/low_level_il/lifting.rs#L1579
error: useless conversion to the same type: `function::Location`
--> ./rust/rust/src/low_level_il/lifting.rs:1579:33
|
1579 | let loc: Location = loc.into();
| ^^^^^^^^^^ help: consider removing `.into()`: `loc`
|
= 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)]`
|
cargo clippy
Error: Clippy has exited with exit code 101
|
cargo test
Process completed with exit code 101.
|
typos
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
cargo fmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
cargo clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
cargo test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|