Skip to content

Commit

Permalink
Merge pull request #1831 from hannobraun/objects
Browse files Browse the repository at this point in the history
Update module name
  • Loading branch information
hannobraun authored May 22, 2023
2 parents b28cf86 + c7816c3 commit 805c275
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 805c275

Please sign in to comment.