Skip to content

Merge pull request #1 from ivonnyssen/fix_miri #15

Merge pull request #1 from ivonnyssen/fix_miri

Merge pull request #1 from ivonnyssen/fix_miri #15

GitHub Actions / clippy succeeded Oct 26, 2023 in 0s

clippy

9 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 9
Note 0
Help 0

Versions

  • rustc 1.73.0 (cc66ad468 2023-10-03)
  • cargo 1.73.0 (9c4383fb5 2023-08-26)
  • clippy 0.1.73 (cc66ad4 2023-10-03)

Annotations

Check warning on line 11 in src/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

constant `QHYCCD_NOTCOO` is never used

warning: constant `QHYCCD_NOTCOO` is never used
  --> src/bindings.rs:11:11
   |
11 | pub const QHYCCD_NOTCOO: u32 = 1;
   |           ^^^^^^^^^^^^^

Check warning on line 10 in src/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

constant `QHYCCD_COOL` is never used

warning: constant `QHYCCD_COOL` is never used
  --> src/bindings.rs:10:11
   |
10 | pub const QHYCCD_COOL: u32 = 2;
   |           ^^^^^^^^^^^

Check warning on line 9 in src/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

constant `QHYCCD_MONO` is never used

warning: constant `QHYCCD_MONO` is never used
 --> src/bindings.rs:9:11
  |
9 | pub const QHYCCD_MONO: u32 = 3;
  |           ^^^^^^^^^^^

Check warning on line 8 in src/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

constant `QHYCCD_COLOR` is never used

warning: constant `QHYCCD_COLOR` is never used
 --> src/bindings.rs:8:11
  |
8 | pub const QHYCCD_COLOR: u32 = 4;
  |           ^^^^^^^^^^^^

Check warning on line 7 in src/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

constant `QHYCCD_USBASYNC` is never used

warning: constant `QHYCCD_USBASYNC` is never used
 --> src/bindings.rs:7:11
  |
7 | pub const QHYCCD_USBASYNC: u32 = 5;
  |           ^^^^^^^^^^^^^^^

Check warning on line 6 in src/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

constant `QHYCCD_USBSYNC` is never used

warning: constant `QHYCCD_USBSYNC` is never used
 --> src/bindings.rs:6:11
  |
6 | pub const QHYCCD_USBSYNC: u32 = 6;
  |           ^^^^^^^^^^^^^^

Check warning on line 5 in src/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

constant `QHYCCD_QGIGAE` is never used

warning: constant `QHYCCD_QGIGAE` is never used
 --> src/bindings.rs:5:11
  |
5 | pub const QHYCCD_QGIGAE: u32 = 7;
  |           ^^^^^^^^^^^^^

Check warning on line 4 in src/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

constant `QHYCCD_WINPCAP` is never used

warning: constant `QHYCCD_WINPCAP` is never used
 --> src/bindings.rs:4:11
  |
4 | pub const QHYCCD_WINPCAP: u32 = 8;
  |           ^^^^^^^^^^^^^^

Check warning on line 3 in src/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

constant `QHYCCD_PCIE` is never used

warning: constant `QHYCCD_PCIE` is never used
 --> src/bindings.rs:3:11
  |
3 | pub const QHYCCD_PCIE: u32 = 9;
  |           ^^^^^^^^^^^
  |
  = note: `#[warn(dead_code)]` on by default