Fix various warnings
This commit is contained in:
parent
09e03cd096
commit
6f45933971
6 changed files with 15 additions and 28 deletions
|
|
@ -22,6 +22,8 @@ pub use toplevels::toplevels;
|
|||
mod visibility_wrapper;
|
||||
pub use visibility_wrapper::visibility_wrapper;
|
||||
|
||||
// Widget for debugging
|
||||
#[allow(dead_code)]
|
||||
pub fn layout_wrapper<'a, Msg, T: Into<cosmic::Element<'a, Msg>>>(
|
||||
inner: T,
|
||||
) -> LayoutWrapper<'a, Msg> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue