Merge branch 'main' of https://github.com/Grasscutters/Cultivation #342
GitHub Actions / clippy (Linux)
failed
Oct 30, 2024 in 1s
clippy (Linux)
2 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 2 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.81.0 (eeb90cda1 2024-09-04)
- cargo 1.81.0 (2dbb1af80 2024-08-20)
- clippy 0.1.81 (eeb90cd 2024-09-04)
Annotations
Check failure on line 69 in src/system_helpers.rs
github-actions / clippy (Linux)
method `in_terminal_noclose` is never used
error: method `in_terminal_noclose` is never used
--> src/system_helpers.rs:69:6
|
67 | trait InTerminalEmulator {
| ------------------ method in this trait
68 | fn in_terminal(&self) -> Self;
69 | fn in_terminal_noclose(&self) -> Self;
| ^^^^^^^^^^^^^^^^^^^
Check failure on line 48 in src/system_helpers.rs
github-actions / clippy (Linux)
method `as_root` is never used
error: method `as_root` is never used
--> src/system_helpers.rs:48:6
|
47 | pub trait AsRoot {
| ------ method in this trait
48 | fn as_root(&self) -> Self;
| ^^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
Loading