GitHub Actions / clippy
succeeded
Aug 28, 2023 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.72.0 (5680fa18f 2023-08-23)
- cargo 1.72.0 (103a7ff2e 2023-08-15)
- clippy 0.1.72 (5680fa1 2023-08-23)
Annotations
Check warning on line 118 in src/project.rs
github-actions / clippy
unused variable: `want`
warning: unused variable: `want`
--> src/project.rs:118:66
|
118 | if let Some(BuildError::MaxCompressedSizeExceeded { got, want }) = e.downcast_ref() {
| ^^^^ help: try ignoring the field: `want: _`
|
= note: `#[warn(unused_variables)]` on by default
Check warning on line 22 in src/check.rs
github-actions / clippy
unused imports: `MAX_PRECOMPRESSED_WASM_SIZE`, `MAX_PROGRAM_SIZE`
warning: unused imports: `MAX_PRECOMPRESSED_WASM_SIZE`, `MAX_PROGRAM_SIZE`
--> src/check.rs:22:35
|
22 | constants::{ARB_WASM_ADDRESS, MAX_PRECOMPRESSED_WASM_SIZE, MAX_PROGRAM_SIZE},
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
Loading