mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-27 10:29:28 +00:00
Remove unused trait bound
This commit is contained in:
parent
38129b10ba
commit
671def72bd
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user