From 671def72bd2f7bb64a0f76cf66b9c16a28aa8399 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Mon, 18 Mar 2024 13:21:09 +0100 Subject: [PATCH] Remove unused trait bound --- crates/fj-core/src/operations/update/half_edge.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fj-core/src/operations/update/half_edge.rs b/crates/fj-core/src/operations/update/half_edge.rs index 3f41a89fb..697d74fed 100644 --- a/crates/fj-core/src/operations/update/half_edge.rs +++ b/crates/fj-core/src/operations/update/half_edge.rs @@ -9,7 +9,7 @@ use crate::{ }; /// Update a [`HalfEdge`] -pub trait UpdateHalfEdge: Sized { +pub trait UpdateHalfEdge { /// Update the boundary of the edge #[must_use] fn update_boundary(