Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dextract_module.rs116 let import_paths_to_be_removed = module.resolve_imports(curr_parent_module, ctx); in extract_module() localVariable
402 let mut import_paths_to_be_removed: Vec<TextRange> = vec![]; in resolve_imports() localVariable