Skip to content

Commit

Permalink
Update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Nov 2, 2022
1 parent bb788b0 commit e3b66c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/fj-kernel/src/objects/cycle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ impl Cycle {
///
/// # Panics
///
/// Panics, if `half_edges` does not yield at least one half-edge.
///
/// Panic, if the end of each half-edge does not connect to the beginning of
/// the next one.
pub fn new(half_edges: impl IntoIterator<Item = Handle<HalfEdge>>) -> Self {
Expand Down

0 comments on commit e3b66c9

Please sign in to comment.