Skip to content

Commit

Permalink
fix clippy type_complexity warning
Browse files Browse the repository at this point in the history
  • Loading branch information
maddymakesgames committed Mar 1, 2024
1 parent b7b1f1e commit ee731da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions save_gui/src/main_menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use crate::{celeste_save_dir, spawn};

#[derive(Default)]
pub struct MainMenu {
#[allow(clippy::type_complexity)]
file_listener: Option<Receiver<Option<(String, Vec<u8>)>>>,
}

Expand Down

0 comments on commit ee731da

Please sign in to comment.