chore: allow unused methods

This commit is contained in:
Greg Johnston 2024-09-20 17:35:43 -04:00
parent e72f12d32b
commit a52804595d

View file

@ -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};