mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-18 15:16:07 +00:00
Refactor to prepare for follow-on change
This commit is contained in:
parent
b69691e523
commit
aeb5ac8131
@ -113,16 +113,12 @@ impl ShellValidationError {
|
||||
}
|
||||
}
|
||||
|
||||
unmatched_half_edges
|
||||
.into_values()
|
||||
.cloned()
|
||||
.map(|half_edge| {
|
||||
errors.extend(unmatched_half_edges.into_values().cloned().map(
|
||||
|half_edge| {
|
||||
Self::HalfEdgeHasNoSibling(HalfEdgeHasNoSibling { half_edge })
|
||||
.into()
|
||||
})
|
||||
.for_each(|err| {
|
||||
errors.push(err);
|
||||
});
|
||||
},
|
||||
));
|
||||
}
|
||||
|
||||
/// Check that non-sibling half-edges are not coincident
|
||||
|
Loading…
x
Reference in New Issue
Block a user