clippy

[?]
May 17, 2025, 4:26 PM
XIASAP3GXH7YUHGWSFFLJQMLOM5C6GMI3AZHGTT2CFGPNV2QU5BAC

Dependencies

Change contents

  • edit in inflorescence_view/src/theme.rs at line 81
    [4.1363]
    [4.1363]
    }
    #[derive(Debug, Clone, Copy)]
    pub enum Scrollable {
    Normal,
  • edit in inflorescence_view/src/theme.rs at line 90
    [4.1412]
    [4.1412]
    Normal,
    }
    #[derive(Debug, Clone, Copy)]
    pub enum TextEditor {
  • replacement in inflorescence_view/src/theme.rs at line 193
    [3.3383][3.3383:3408]()
    type Class<'a> = ();
    [3.3383]
    [3.3408]
    type Class<'a> = Scrollable;
  • replacement in inflorescence_view/src/theme.rs at line 196
    [3.3451][3.3451:3462]()
    ()
    [3.3451]
    [3.3462]
    Scrollable::Normal
  • replacement in inflorescence_view/src/theme.rs at line 239
    [3.4484][3.4484:4509]()
    type Class<'a> = ();
    [3.4484]
    [3.4509]
    type Class<'a> = TextEditor;
  • replacement in inflorescence_view/src/theme.rs at line 242
    [3.4552][3.4552:4563]()
    ()
    [3.4552]
    [3.4563]
    TextEditor::Normal
  • replacement in inflorescence_view/src/theme.rs at line 259
    [3.4981][3.4981:5023]()
    let active = text_editor::Style {
    [3.4981]
    [3.5023]
    text_editor::Style {
  • replacement in inflorescence_view/src/theme.rs at line 270
    [3.5419][3.5419:5445]()
    };
    active
    [3.5419]
    [3.5445]
    }
  • replacement in inflorescence_view/bin/view_test_setup.rs at line 74
    [2.8964][2.8964:9004]()
    writeln!(&mut stdout, "").unwrap();
    [2.8964]
    [2.9004]
    writeln!(&mut stdout).unwrap();
  • replacement in inflorescence_view/bin/view_test_setup.rs at line 81
    [2.9267][2.9267:9307]()
    writeln!(&mut stdout, "").unwrap();
    [2.9267]
    [2.9307]
    writeln!(&mut stdout).unwrap();