all jspg tests now passing
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
use crate::validator::error::ValidationError;
|
||||
use std::collections::HashSet;
|
||||
|
||||
use crate::validator::error::ValidationError;
|
||||
|
||||
#[derive(Debug, Default, Clone, serde::Serialize)]
|
||||
pub struct ValidationResult {
|
||||
pub errors: Vec<ValidationError>,
|
||||
|
||||
Reference in New Issue
Block a user