CI: change jni runner to ubuntu-latest #441
Annotations
2 errors and 1 warning
useless conversion to the same type: `bool`:
ergotree-interpreter/src/sigma_protocol/private_input.rs#L116
error: useless conversion to the same type: `bool`
--> ergotree-interpreter/src/sigma_protocol/private_input.rs:116:9
|
116 | self.w.is_zero().into()
| ^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `self.w.is_zero()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
|
useless conversion to the same type: `[u8; 32]`:
ergotree-interpreter/src/sigma_protocol/private_input.rs#L106
error: useless conversion to the same type: `[u8; 32]`
--> ergotree-interpreter/src/sigma_protocol/private_input.rs:106:9
|
106 | self.w.to_bytes().into()
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `self.w.to_bytes()`
|
= 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 audit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|