Unnamed repository; edit this file 'description' to name the repository.
Fix: remove extra newline
| -rw-r--r-- | crates/ide_assists/src/handlers/expand_glob_import.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ide_assists/src/handlers/expand_glob_import.rs b/crates/ide_assists/src/handlers/expand_glob_import.rs index 14bc35fea8..34eb235ce2 100644 --- a/crates/ide_assists/src/handlers/expand_glob_import.rs +++ b/crates/ide_assists/src/handlers/expand_glob_import.rs @@ -327,7 +327,6 @@ fn qux() {} ) } - #[test] fn expanding_glob_import_with_existing_explicit_names() { check_assist( |