Remove unused trait bound

This commit is contained in:
Hanno Braun 2024-03-18 13:21:09 +01:00
parent 38129b10ba
commit 671def72bd

View File

@ -9,7 +9,7 @@ use crate::{
}; };
/// Update a [`HalfEdge`] /// Update a [`HalfEdge`]
pub trait UpdateHalfEdge: Sized { pub trait UpdateHalfEdge {
/// Update the boundary of the edge /// Update the boundary of the edge
#[must_use] #[must_use]
fn update_boundary( fn update_boundary(