Add basic filesystem debug view #66
GitHub Actions / Run clippy (macos-latest, no default features)
succeeded
Apr 4, 2024 in 0s
Run clippy (macos-latest, no default features)
3 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 3 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.79.0-nightly (4fd4797c2 2024-04-03)
- cargo 1.79.0-nightly (0637083df 2024-04-02)
- clippy 0.1.79 (4fd4797c 2024-04-03)
Annotations
Check warning on line 268 in frontend/desktop/src/utils.rs
github-actions / Run clippy (macos-latest, no default features)
function `format_size_shift` is never used
warning: function `format_size_shift` is never used
--> frontend/desktop/src/utils.rs:268:8
|
268 | pub fn format_size_shift(shift: usize) -> String {
| ^^^^^^^^^^^^^^^^^
Check warning on line 261 in frontend/desktop/src/utils.rs
github-actions / Run clippy (macos-latest, no default features)
function `format_size` is never used
warning: function `format_size` is never used
--> frontend/desktop/src/utils.rs:261:8
|
261 | pub fn format_size(size: u32) -> String {
| ^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
Check warning on line 668 in frontend/desktop/src/ui.rs
github-actions / Run clippy (macos-latest, no default features)
unused variable: `window`
warning: unused variable: `window`
--> frontend/desktop/src/ui.rs:668:49
|
668 | fn stop_emu(&mut self, config: &mut Config, window: &mut window::Window) {
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
|
= note: `#[warn(unused_variables)]` on by default
Loading