clippy: fix

This commit is contained in:
2023-01-29 22:26:23 +01:00
parent 3a7ee33e1e
commit 6afe141d34
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ use genco::prelude::*;
use graphql_introspection_query::introspection_response::FullType;
pub trait Handler {
fn predicate(&self, t: &FullType) -> bool {
fn predicate(&self, _t: &FullType) -> bool {
false
}