fix(inject): fix clippy warning

This commit is contained in:
Federico Terzi 2021-12-11 17:25:30 +01:00
parent bd2abeb8de
commit 88b9c2ae03

View File

@ -128,6 +128,7 @@ pub trait KeyboardStateProvider {
fn is_key_pressed(&self, code: u32) -> bool;
}
#[allow(clippy::derivable_impls)]
impl Default for InjectorCreationOptions {
fn default() -> Self {
Self {