Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Dec 23, 2024
1 parent c35e41b commit f4d76ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/torii/core/src/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,10 @@ pub fn map_row_to_ty(
Ok(())
}

#[allow(clippy::too_many_arguments)]
pub async fn fetch_entities(
pool: &Pool<sqlx::Sqlite>,
schemas: &Vec<Ty>,
schemas: &[Ty],
table_name: &str,
model_relation_table: &str,
entity_relation_column: &str,
Expand Down

0 comments on commit f4d76ae

Please sign in to comment.