mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-08 01:31:28 +03:00
fix clippy
This commit is contained in:
@@ -12,6 +12,12 @@ glib::wrapper! {
|
||||
@implements gtk::Accessible, gtk::Actionable, gtk::Buildable, gtk::ConstraintTarget;
|
||||
}
|
||||
|
||||
impl Default for KeyRow {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl KeyRow {
|
||||
pub fn new() -> Self {
|
||||
Object::builder().build()
|
||||
|
||||
Reference in New Issue
Block a user