Fix a couple of lints
This commit is contained in:
@@ -36,7 +36,7 @@ pub struct UiTheme {
|
||||
}
|
||||
|
||||
impl FromWorld for UiTheme {
|
||||
fn from_world(world: &mut World) -> Self {
|
||||
fn from_world(_world: &mut World) -> Self {
|
||||
Self {
|
||||
pane_bg: SLATE_100.into(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user