Home
last modified time | relevance | path

Searched defs:ignore_path_set (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rustfmt/src/
Dignore_path.rs46 let ignore_path_set = IgnorePathSet::from_ignore_list(&config.ignore()).unwrap(); in test_ignore_path_set() localVariable
/third_party/rust/rust/src/tools/rustfmt/src/parse/
Dsession.rs26 ignore_path_set: Lrc<IgnorePathSet>, field
57 ignore_path_set: Lrc<IgnorePathSet>, field
170 let ignore_path_set = match IgnorePathSet::from_ignore_list(&config.ignore()) { in new() localVariable
407 let ignore_path_set = Lrc::new( in build_emitter() localVariable