Rust bindings refactor #264
Annotations
2 errors and 1 warning
Clippy Check:
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)]`
|
Clippy Check
Error: Clippy has exited with exit code 101
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading