Skip to content

Commit

Permalink
Update module name
Browse files Browse the repository at this point in the history
The old name was historical and no longer made any sense.
  • Loading branch information
hannobraun committed May 22, 2023
1 parent b28cf86 commit c7816c3
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions crates/fj-kernel/src/objects/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
//! [`Handle`]: crate::storage::Handle
//! [#1021]: https://github.com/hannobraun/Fornjot/issues/1021
mod full;
mod kinds;
mod object;
mod set;
mod stores;

pub use self::{
full::{
kinds::{
cycle::{Cycle, HalfEdgesOfCycle},
edge::{GlobalEdge, HalfEdge},
face::{Face, FaceSet, Handedness},
Expand Down

0 comments on commit c7816c3

Please sign in to comment.