Allow to disable import insertion on single path glob imports

This commit is contained in:
Lukas Wirth
2021-06-18 23:11:56 +02:00
parent 84507a0b9c
commit 2ee090faaf
14 changed files with 99 additions and 17 deletions

View File

@@ -1187,6 +1187,7 @@ mod tests {
prefix_kind: PrefixKind::Plain,
enforce_granularity: true,
group: true,
skip_glob_imports: true,
},
},
ide_db::base_db::FilePosition { file_id, offset },