mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-08-04 06:43:26 +02:00
clippy: fix
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user