Skip to content

Simplify Audio Preferences by adopting Flex Groups and Update Prefere…

Sign in for the full log view
GitHub Actions / clippy succeeded May 8, 2024 in 0s

clippy

2 warnings

Details

Results

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

Versions

  • rustc 1.78.0 (9b00956e5 2024-04-29)
  • cargo 1.78.0 (54d8815d0 2024-03-26)
  • clippy 0.1.78 (9b00956 2024-04-29)

Annotations

Check warning on line 124 in src/ui/dialogs/preferences.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

function `create_text_tab` is never used

warning: function `create_text_tab` is never used
   --> src/ui/dialogs/preferences.rs:124:4
    |
124 | fn create_text_tab() -> TextTabWidgets {
    |    ^^^^^^^^^^^^^^^

Check warning on line 114 in src/ui/dialogs/preferences.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

struct `TextTabWidgets` is never constructed

warning: struct `TextTabWidgets` is never constructed
   --> src/ui/dialogs/preferences.rs:114:8
    |
114 | struct TextTabWidgets {
    |        ^^^^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default