Fix clippy lints for Rust 1.72
This commit is contained in:
parent
e0eb19d4cd
commit
8ed06dc356
3 changed files with 3 additions and 2 deletions
|
|
@ -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::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue