pub fn lint(s: &Schema) -> Vec<LintFinding>Expand description
Structural diagnostics for s – see the module doc comment for the
checks. Returns findings sorted deterministically by (code, location).
Never mutates s.
pub fn lint(s: &Schema) -> Vec<LintFinding>Structural diagnostics for s – see the module doc comment for the
checks. Returns findings sorted deterministically by (code, location).
Never mutates s.