Implement PCZT support #181
Annotations
2 errors and 2 warnings
Run Clippy:
src/lib.rs#L21
error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/pczt/updater.rs:21:9
|
21 | &self.0
| ^^^^^^^ help: change this to: `self.0`
|
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
Run Clippy
error: aborting due to previous error
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Clippy
The `deny` input is deprecated in v1.4 and can be used within the `check-args` input
|
Loading