Searched defs:InsertUseConfig (Results 1 – 4 of 4) sorted by relevance
40 pub struct InsertUseConfig { struct41 pub granularity: ImportGranularity,42 pub enforce_granularity: bool,43 pub prefix_kind: PrefixKind,44 pub group: bool,45 pub skip_glob_imports: bool,159 pub fn insert_use(scope: &ImportScope, path: ast::Path, cfg: &InsertUseConfig) { in insert_use()
1000 config: &InsertUseConfig, in check_with_config()
351 insert_use_cfg: InsertUseConfig, in apply_references()
1395 fn insert_use_config(&self) -> InsertUseConfig { in insert_use_config()