Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Dec 29, 2023
1 parent 412ce72 commit ae45fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/popup_menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use iced::{
Rectangle,
Size,
};
pub use iced_style::pick_list::{Appearance, StyleSheet};
pub use iced_style::pick_list::StyleSheet;

/// A widget for selecting a single value from a list of options.
#[allow(missing_debug_implementations)]
Expand Down

0 comments on commit ae45fdd

Please # to comment.