diff --git a/src/graphql/outlier.rs b/src/graphql/outlier.rs index 220c55b2..fd4a20b8 100644 --- a/src/graphql/outlier.rs +++ b/src/graphql/outlier.rs @@ -650,6 +650,7 @@ async fn load_ranked_outliers_with_filter( Ok(connection) } +#[allow(clippy::type_complexity)] // since this is called within `load` only fn load_nodes_with_search_filter<'m, M, I>( map: &'m M, filter: &Option,