mirror of
https://github.com/hannobraun/Fornjot
synced 2025-10-23 00:08:32 +00:00
Remove unnecessary pub
This commit is contained in:
parent
305d7c6e25
commit
397e655b6e
@ -10,7 +10,7 @@ use super::State;
|
||||
|
||||
/// Errors that occurred while validating the objects inserted into the stores
|
||||
#[derive(Default)]
|
||||
pub struct Validation(pub BTreeMap<ObjectId, ValidationError>);
|
||||
pub struct Validation(BTreeMap<ObjectId, ValidationError>);
|
||||
|
||||
impl Drop for Validation {
|
||||
fn drop(&mut self) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user