Fix clippy lints for Rust 1.72

This commit is contained in:
Héctor Ramón Jiménez 2023-08-26 01:34:42 +02:00
parent e0eb19d4cd
commit 8ed06dc356
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 3 additions and 2 deletions

View file

@ -268,6 +268,7 @@ pub mod touch {
pub use crate::core::touch::{Event, Finger};
}
#[allow(hidden_glob_reexports)]
pub mod widget {
//! Use the built-in widgets or create your own.
pub use iced_widget::*;