Skip to content

Commit

Permalink
Simplify module name
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jun 28, 2022
1 parent 537f9c1 commit f623b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/fj-kernel/src/algorithms/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
//! on their respective purpose.
mod approx;
mod sweep2;
mod sweep;
mod transform;
mod triangulation;

pub mod intersection;

pub use self::{
approx::{CycleApprox, FaceApprox, InvalidTolerance, Tolerance},
sweep2::sweep,
sweep::sweep,
transform::transform_shape,
triangulation::triangulate,
};
File renamed without changes.

0 comments on commit f623b6f

Please sign in to comment.