This commit is contained in:
Hanno Braun 2022-04-12 14:59:24 +02:00
parent 49ace432b7
commit 4ccb41cdc6

View File

@ -63,7 +63,6 @@ where
P: Into<Point<D>>,
{
fn from(points: [P; 3]) -> Self {
let points = points.map(Into::into);
Self::from_points(points)
}
}