diff --git a/crates/fj-core/src/objects/kinds/shell.rs b/crates/fj-core/src/objects/kinds/shell.rs index a5d8c5d65..8a1717255 100644 --- a/crates/fj-core/src/objects/kinds/shell.rs +++ b/crates/fj-core/src/objects/kinds/shell.rs @@ -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,