Merge pull request #1954 from A-Walrus/remove_note

Remove out-of-date note
This commit is contained in:
Hanno Braun 2023-07-22 09:27:56 +02:00 committed by GitHub
commit 2b0ec2e608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,