pub fn parse(source: &str) -> SuppressionsExpand 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.