diff --git a/src/components/tab_label/imp.rs b/src/components/tab_label/imp.rs index 34ca917..1765d20 100644 --- a/src/components/tab_label/imp.rs +++ b/src/components/tab_label/imp.rs @@ -36,9 +36,9 @@ impl BuildableImpl for TabLabel { fn add_child( &self, buildable: &Self::Type, - builder: >k::Builder, + _builder: >k::Builder, child: &glib::Object, - type_: Option<&str>, + _type_: Option<&str>, ) { buildable.prepend(child.downcast_ref::().unwrap()); }