fix(inject): fix clippy warning
This commit is contained in:
parent
bd2abeb8de
commit
88b9c2ae03
|
@ -128,6 +128,7 @@ pub trait KeyboardStateProvider {
|
||||||
fn is_key_pressed(&self, code: u32) -> bool;
|
fn is_key_pressed(&self, code: u32) -> bool;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(clippy::derivable_impls)]
|
||||||
impl Default for InjectorCreationOptions {
|
impl Default for InjectorCreationOptions {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user