Searched refs:rs_files (Results 1 – 1 of 1) sorted by relevance
235 let mut rs_files = BTreeSet::new(); in for_each_rust_file() localVariable244 rs_files.insert(entry.into_path()); in for_each_rust_file()253 rs_files.remove(&path.with_extension("rs")); in for_each_rust_file()263 rs_files.par_iter().map(PathBuf::as_path).for_each(for_each); in for_each_rust_file()