file_exists

Function file_exists 

Source
pub fn file_exists(path: &Path) -> Result<(), LintError>
Expand description

Check that a required file exists.

This is a wrapper around Path::is_file() that returns the correct LintError.