⬆️ chore: Update jpegxl-rs, jpegxl-src, and jpegxl-sys versions #324
GitHub Actions / clippy
succeeded
Jun 28, 2024 in 0s
reviewdog [clippy] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (1)
jpegxl-rs/src/encode/metadata.rs|22 col 39| error: transmute used without annotations
--> jpegxl-rs/src/encode/metadata.rs:22:39
|
22 | JxlBoxType(unsafe { std::mem::transmute(t) })
| ^^^^^^^^^ help: consider adding missing annotations: transmute::<[u8; 4], [i8; 4]>
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
= note: -D clippy::missing-transmute-annotations
implied by -D warnings
= help: to override -D warnings
add #[allow(clippy::missing_transmute_annotations)]
Loading