Remove unnecessary self in iced_style::theme

This commit is contained in:
Héctor Ramón Jiménez 2023-11-14 15:52:55 +01:00
parent 77dfa60c96
commit 74b920a708
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -1,7 +1,7 @@
//! Use the built-in theme and styles.
pub mod palette;
pub use self::palette::Palette;
pub use palette::Palette;
use crate::application;
use crate::button;