Skip to content

Fix WAITPKG flag of ExtendedFeaturesEcx structure #198

Fix WAITPKG flag of ExtendedFeaturesEcx structure

Fix WAITPKG flag of ExtendedFeaturesEcx structure #198

GitHub Actions / clippy succeeded Apr 29, 2024 in 1s

clippy

2 warnings

Details

Results

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

Versions

  • rustc 1.77.2 (25ef9e3d8 2024-04-09)
  • cargo 1.77.2 (e52e36006 2024-03-26)
  • clippy 0.1.77 (25ef9e3 2024-04-09)

Annotations

Check warning on line 118 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `core::option`

warning: unused import: `core::option`
   --> src/lib.rs:118:13
    |
118 |     pub use core::option;
    |             ^^^^^^^^^^^^

Check warning on line 117 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `core::ops`

warning: unused import: `core::ops`
   --> src/lib.rs:117:13
    |
117 |     pub use core::ops;
    |             ^^^^^^^^^
    |
    = note: `#[warn(unused_imports)]` on by default