mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-06 02:48:27 +00:00
Simplify enum variant name
This commit is contained in:
parent
71ece41226
commit
6fb1348804
@ -387,7 +387,7 @@ mod tests {
|
||||
assert_contains_err!(
|
||||
core,
|
||||
invalid,
|
||||
ValidationError::CurveCoordinateSystemMismatch(..)
|
||||
ValidationError::CurveGeometryMismatch(..)
|
||||
);
|
||||
|
||||
Ok(())
|
||||
|
@ -18,7 +18,7 @@ pub enum ValidationError {
|
||||
|
||||
/// Curve geometry mismatch
|
||||
#[error(transparent)]
|
||||
CurveCoordinateSystemMismatch(#[from] CurveGeometryMismatch),
|
||||
CurveGeometryMismatch(#[from] CurveGeometryMismatch),
|
||||
|
||||
/// Face has no boundary
|
||||
#[error(transparent)]
|
||||
|
Loading…
Reference in New Issue
Block a user