Rust bindings refactor #264
Annotations
3 errors and 4 warnings
|
redundant field names in struct initialization:
rust/rust/src/medium_level_il/instruction.rs#L619
error: redundant field names in struct initialization
--> ./rust/rust/src/medium_level_il/instruction.rs:619:13
|
619 | expr_index: expr_index,
| ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `expr_index`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
= note: `-D clippy::redundant-field-names` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::redundant_field_names)]`
|
|
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
|