all: address clippy lints
This commit is contained in:
parent
e5fd0fa192
commit
9e67158f47
29 changed files with 31 additions and 68 deletions
|
|
@ -6,7 +6,6 @@ use {
|
|||
wire::{WlCallbackId, wl_callback::*},
|
||||
},
|
||||
std::{convert::Infallible, rc::Rc},
|
||||
thiserror::Error,
|
||||
};
|
||||
|
||||
pub struct WlCallback {
|
||||
|
|
@ -44,6 +43,3 @@ object_base! {
|
|||
impl Object for WlCallback {}
|
||||
|
||||
simple_add_obj!(WlCallback);
|
||||
|
||||
#[derive(Debug, Error)]
|
||||
pub enum WlCallbackError {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue