Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Nov 5, 2024
1 parent 0cf0b35 commit 4df4636
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sort/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ pub struct SortTrigger {
pub last_sort_time: Option<Instant>,
}

#[allow(clippy::type_complexity)]
fn update_sort_trigger(
mut commands: Commands,
new_gaussian_cameras: Query<
Expand Down

0 comments on commit 4df4636

Please sign in to comment.