Skip to content

chore: Update copyright years in licenses and README.md.

Sign in for the full log view
GitHub Actions / clippy failed Aug 24, 2024 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (2)

jpegxl-sys/src/decode.rs|26 col 74| error: unused import: JxlOrientation
--> jpegxl-sys/src/decode.rs:26:74
|
26 | JxlBasicInfo, JxlBlendInfo, JxlExtraChannelInfo, JxlFrameHeader, JxlOrientation,
| ^^^^^^^^^^^^^^
|
= note: -D unused-imports implied by -D warnings
= help: to override -D warnings add #[allow(unused_imports)]
jpegxl-sys/src/decode.rs|26 col 74| error: unused import: JxlOrientation
--> jpegxl-sys/src/decode.rs:26:74
|
26 | JxlBasicInfo, JxlBlendInfo, JxlExtraChannelInfo, JxlFrameHeader, JxlOrientation,
| ^^^^^^^^^^^^^^
|
= note: -D unused-imports implied by -D warnings
= help: to override -D warnings add #[allow(unused_imports)]

Filtered Findings (0)

Annotations

Check failure on line 26 in jpegxl-sys/src/decode.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] jpegxl-sys/src/decode.rs#L26

error: unused import: `JxlOrientation`
  --> jpegxl-sys/src/decode.rs:26:74
   |
26 |         JxlBasicInfo, JxlBlendInfo, JxlExtraChannelInfo, JxlFrameHeader, JxlOrientation,
   |                                                                          ^^^^^^^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_imports)]`
Raw output
jpegxl-sys/src/decode.rs:26:74:e:error: unused import: `JxlOrientation`
  --> jpegxl-sys/src/decode.rs:26:74
   |
26 |         JxlBasicInfo, JxlBlendInfo, JxlExtraChannelInfo, JxlFrameHeader, JxlOrientation,
   |                                                                          ^^^^^^^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_imports)]`


__END__

Check failure on line 26 in jpegxl-sys/src/decode.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] jpegxl-sys/src/decode.rs#L26

error: unused import: `JxlOrientation`
  --> jpegxl-sys/src/decode.rs:26:74
   |
26 |         JxlBasicInfo, JxlBlendInfo, JxlExtraChannelInfo, JxlFrameHeader, JxlOrientation,
   |                                                                          ^^^^^^^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_imports)]`
Raw output
jpegxl-sys/src/decode.rs:26:74:e:error: unused import: `JxlOrientation`
  --> jpegxl-sys/src/decode.rs:26:74
   |
26 |         JxlBasicInfo, JxlBlendInfo, JxlExtraChannelInfo, JxlFrameHeader, JxlOrientation,
   |                                                                          ^^^^^^^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_imports)]`


__END__