Update doc comment

This commit is contained in:
Hanno Braun 2022-11-09 11:27:51 +01:00
parent ff74d958c4
commit ac17c12bec
1 changed files with 0 additions and 7 deletions

View File

@ -51,13 +51,6 @@ impl Face {
} }
/// Construct a new instance of `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( pub fn new(
exterior: Handle<Cycle>, exterior: Handle<Cycle>,
interiors: impl IntoIterator<Item = Handle<Cycle>>, interiors: impl IntoIterator<Item = Handle<Cycle>>,