mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-13 20:56:08 +00:00
Remove redundant type annotation
This commit is contained in:
parent
ff386ae051
commit
790a3c3c5c
@ -59,7 +59,7 @@ fn triangles(vertices: &[Handle<Vertex>], surface: &Plane) -> Vec<Triangle> {
|
|||||||
triangle.vertices().map(|vertex| vertex.data().point_vertex);
|
triangle.vertices().map(|vertex| vertex.data().point_vertex);
|
||||||
Triangle { points }
|
Triangle { points }
|
||||||
})
|
})
|
||||||
.collect::<Vec<_>>()
|
.collect()
|
||||||
}
|
}
|
||||||
|
|
||||||
struct TriangulationPoint {
|
struct TriangulationPoint {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user