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