diff --git a/crates/fj-kernel/src/objects/face.rs b/crates/fj-kernel/src/objects/face.rs index 39470cebd..649c3d571 100644 --- a/crates/fj-kernel/src/objects/face.rs +++ b/crates/fj-kernel/src/objects/face.rs @@ -51,13 +51,6 @@ impl Face { } /// Construct a new instance of `Face` - /// - /// # Panics - /// - /// Panics, if the provided cycles are not defined in the same surface. - /// - /// Panics, if the winding of the interior cycles is not opposite that of - /// the exterior cycle. pub fn new( exterior: Handle, interiors: impl IntoIterator>,