Skip to main content

parse

Function parse 

Source
pub fn parse(source: &str) -> Suppressions
Expand description

Find every directive in a file.

Never fails: a directive that cannot be understood becomes a Malformed entry rather than an error, because one bad comment must not stop a file from being checked.