Add manual test for pre-commit #961
GitHub Actions / clippy
succeeded
Jan 22, 2025 in 1s
clippy
1 warning
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 1 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.85.0-beta.5 (441650704 2025-01-20)
- cargo 1.85.0-beta.5 (d73d2caf9 2024-12-31)
- clippy 0.1.85 (4416507043 2025-01-20)
Annotations
Check warning on line 48 in launch_configuration/src/lib.rs
github-actions / clippy
field `path` is never read
warning: field `path` is never read
--> launch_configuration/src/lib.rs:48:5
|
47 | struct Folder {
| ------ field in this struct
48 | path: String,
| ^^^^
Loading