clippy
[?]
May 17, 2025, 4:26 PM
XIASAP3GXH7YUHGWSFFLJQMLOM5C6GMI3AZHGTT2CFGPNV2QU5BACDependencies
- [2]
OPXFZKEBview tests setup - [3]
MYGIBRRHwip custom theme - [4]
PKJCFSBMtheme improvements - [5]
XSZZB47Urefactor stuff into lib
Change contents
- edit in inflorescence_view/src/theme.rs at line 81
}#[derive(Debug, Clone, Copy)]pub enum Scrollable {Normal, - edit in inflorescence_view/src/theme.rs at line 90
Normal,}#[derive(Debug, Clone, Copy)]pub enum TextEditor { - replacement in inflorescence_view/src/theme.rs at line 193
type Class<'a> = ();type Class<'a> = Scrollable; - replacement in inflorescence_view/src/theme.rs at line 196
()Scrollable::Normal - replacement in inflorescence_view/src/theme.rs at line 239
type Class<'a> = ();type Class<'a> = TextEditor; - replacement in inflorescence_view/src/theme.rs at line 242
()TextEditor::Normal - replacement in inflorescence_view/src/theme.rs at line 259
let active = text_editor::Style {text_editor::Style { - replacement in inflorescence_view/src/theme.rs at line 270
};active} - replacement in inflorescence_view/bin/view_test_setup.rs at line 74
writeln!(&mut stdout, "").unwrap();writeln!(&mut stdout).unwrap(); - replacement in inflorescence_view/bin/view_test_setup.rs at line 81
writeln!(&mut stdout, "").unwrap();writeln!(&mut stdout).unwrap();