π ci: Fix macos x86_64 build #323
ci.yml
on: push
Code Coverage
2m 23s
Sanitizers
2m 43s
msrv
3m 53s
Clippy
2m 10s
Rustfmt
11s
Matrix: Unit Tests
Annotations
1 error and 1 warning
[clippy] jpegxl-rs/src/encode/metadata.rs#L22:
jpegxl-rs/src/encode/metadata.rs#L22
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)]`
|
Clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: giraffate/clippy-action@v1.0.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|