We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c49ba commit 64d6594Copy full SHA for 64d6594
lib/shacl/src/lib.rs
@@ -35,7 +35,7 @@ pub struct ValidationReport {
35
pub validation_performance: Vec<Performance>,
36
pub targets_performance: Vec<Performance>,
37
pub shape_targets: Vec<ShapeTargets>,
38
- pub cats: Arc<Cats>,
+ pub cats: Option<Arc<Cats>>,
39
}
40
41
impl ValidationReport {
0 commit comments