Skip to content

Commit

Permalink
Remove unused trait bound
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jun 13, 2023
1 parent 645ead6 commit 8e6354d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-core/src/operations/reverse/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mod cycle;
mod face;

/// Reverse the direction/orientation of an object
pub trait Reverse: Sized {
pub trait Reverse {
/// Reverse the direction/orientation of the object
fn reverse(&self, services: &mut Services) -> Self;
}

0 comments on commit 8e6354d

Please sign in to comment.