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