Skip to content

Commit

Permalink
Fix clippy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
marioCluml committed Oct 27, 2023
1 parent 22cc51a commit 1f60dc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/graphql/outlier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<SearchFilterInput>,
Expand Down

0 comments on commit 1f60dc6

Please sign in to comment.