Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
imrn99 committed Jan 21, 2025
1 parent 752a3eb commit b36ea20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion honeycomb-kernels/src/grisubal/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ pub fn grisubal<T: CoordsFloat>(
//----/

// --- STEP 3
insert_intersections(&mut cmap, &edge_intersec, &dart_slices);
insert_intersections(&cmap, &edge_intersec, &dart_slices);
unsafe_time_section!(instant, timers::Section::BuildMeshInsertIntersec);
//----/

Expand Down

0 comments on commit b36ea20

Please sign in to comment.