pub fn default_file_filter(path: &Path, config: &Config) -> Option<bool>Expand description
The filter used by run_tests to only run on .rs files that are
specified by Config::filter_files and Config::skip_files.
Returns None if there is no extension or the extension is not .rs.