mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 02:18:28 +00:00
Simplify error message
This commit is contained in:
parent
10b80ea5eb
commit
d612c0dba3
@ -69,7 +69,7 @@ pub enum SolidValidationError {
|
||||
},
|
||||
|
||||
/// Object within solid referenced by more than one other object
|
||||
#[error("Object within solid referenced by more than one other Object")]
|
||||
#[error(transparent)]
|
||||
ObjectNotExclusivelyOwned(#[from] ObjectNotExclusivelyOwned),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user