mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 01:48:28 +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 { points }
|
||||
})
|
||||
.collect::<Vec<_>>()
|
||||
.collect()
|
||||
}
|
||||
|
||||
struct TriangulationPoint {
|
||||
|
Loading…
Reference in New Issue
Block a user