Skip to main content

collect_warnings

Function collect_warnings 

Source
pub fn collect_warnings(pipe: &Pipe) -> Vec<ValidationWarning>
Expand description

Collect non-fatal advisories from a parsed Pipe. Callable independently of validate_structure so consumers that only want warnings (e.g. IDE integrations) do not pay for the full validation pass.