Skip to content

Add "DS ROM info" debug view #41

Add "DS ROM info" debug view

Add "DS ROM info" debug view #41

GitHub Actions / Run clippy (macos-latest, no default features) succeeded Mar 30, 2024 in 0s

Run clippy (macos-latest, no default features)

1 warning

Details

Results

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

Versions

  • rustc 1.79.0-nightly (c9f8f3438 2024-03-27)
  • cargo 1.79.0-nightly (499a61ce7 2024-03-26)
  • clippy 0.1.79 (c9f8f343 2024-03-27)

Annotations

Check warning on line 293 in frontend/desktop/src/ui/utils.rs

See this annotation in the file changed.

@github-actions github-actions / Run clippy (macos-latest, no default features)

function `heading_custom` is never used

warning: function `heading_custom` is never used
   --> frontend/desktop/src/ui/utils.rs:293:8
    |
293 | pub fn heading_custom(
    |        ^^^^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default