pub fn parse_file(path: &Path) -> Result<ParseResult>Expand description
Parse a CODEOWNERS file from a file path, reading the contents of the file
and returning a ParseResult containing the parsed rules and any errors
encountered.
pub fn parse_file(path: &Path) -> Result<ParseResult>Parse a CODEOWNERS file from a file path, reading the contents of the file
and returning a ParseResult containing the parsed rules and any errors
encountered.