Skip to content

Commit

Permalink
Fixes Clippy lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoeoef committed Sep 9, 2024
1 parent 8759e8e commit dff05eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/delaunay_core/triangulation_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::{HasPosition, InsertionError, PositionInTriangulation, Triangulation}

use alloc::vec::Vec;

impl<T> TriangulationExt for T where T: Triangulation + ?Sized {}
impl<T> TriangulationExt for T where T: Triangulation {}

#[derive(Copy, Clone, Debug, Ord, PartialOrd, Hash, Eq, PartialEq)]
pub enum PositionWhenAllVerticesOnLine {
Expand Down

0 comments on commit dff05eb

Please sign in to comment.