Merge pull request #1831 from hannobraun/objects

Update module name
This commit is contained in:
Hanno Braun 2023-05-22 14:52:56 +02:00 committed by GitHub
commit 805c275519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 2 additions and 2 deletions

View File

@ -73,13 +73,13 @@
//! [`Handle`]: crate::storage::Handle //! [`Handle`]: crate::storage::Handle
//! [#1021]: https://github.com/hannobraun/Fornjot/issues/1021 //! [#1021]: https://github.com/hannobraun/Fornjot/issues/1021
mod full; mod kinds;
mod object; mod object;
mod set; mod set;
mod stores; mod stores;
pub use self::{ pub use self::{
full::{ kinds::{
cycle::{Cycle, HalfEdgesOfCycle}, cycle::{Cycle, HalfEdgesOfCycle},
edge::{GlobalEdge, HalfEdge}, edge::{GlobalEdge, HalfEdge},
face::{Face, FaceSet, Handedness}, face::{Face, FaceSet, Handedness},