Skip to content

Commit

Permalink
Remove unnecessary pub
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed May 16, 2022
1 parent 35fe5cc commit 8c8060f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-kernel/src/topology/faces.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ impl Hash for Face {

/// A list of cycles, as they are stored in `Face`
#[derive(Clone, Debug, Eq, PartialEq, Hash, Ord, PartialOrd)]
pub struct CyclesInFace(pub Vec<Handle<Cycle<3>>>);
pub struct CyclesInFace(Vec<Handle<Cycle<3>>>);

impl CyclesInFace {
fn from_canonical(
Expand Down

0 comments on commit 8c8060f

Please sign in to comment.