Skip to content

Commit

Permalink
Merge pull request #1954 from A-Walrus/remove_note
Browse files Browse the repository at this point in the history
Remove out-of-date note
  • Loading branch information
hannobraun authored Jul 22, 2023
2 parents 40b3648 + 76d73f8 commit 2b0ec2e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/fj-core/src/objects/kinds/shell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ use crate::{
};

/// A 3-dimensional closed shell
///
/// # Implementation Note
///
/// The faces that make up a shell should be closed ("watertight"). This is not
/// currently validated.
#[derive(Clone, Debug, Eq, PartialEq, Hash, Ord, PartialOrd)]
pub struct Shell {
faces: FaceSet,
Expand Down

0 comments on commit 2b0ec2e

Please sign in to comment.