mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-12 23:57:09 +00:00
chore: allow unused methods
This commit is contained in:
parent
e72f12d32b
commit
a52804595d
1 changed files with 2 additions and 0 deletions
|
@ -414,6 +414,8 @@ mod widgets {
|
|||
}
|
||||
|
||||
pub mod properties {
|
||||
#![allow(unused)]
|
||||
|
||||
use super::{Element, LGtkWidget, LeptosGtk, Property, WidgetClass};
|
||||
use gtk::glib::{object::ObjectExt, Value};
|
||||
use leptos::tachys::{renderer::Renderer, view::Render};
|
||||
|
|
Loading…
Reference in a new issue