diff options
| author | rainy-me <github@yue.coffee> | 2021-10-19 23:46:43 +0900 |
|---|---|---|
| committer | rainy-me <github@yue.coffee> | 2021-10-19 23:46:43 +0900 |
| commit | 1ea2c723861da2f5fe1f84fa44e4b8ea201bbf66 (patch) | |
| tree | faeb7888340cac814cbe6e57a4e36c30baf40f51 | |
| parent | adb3729b915ed682cadedc40641fd645e1bb4a8f (diff) | |
| download | rust-1ea2c723861da2f5fe1f84fa44e4b8ea201bbf66.tar.gz rust-1ea2c723861da2f5fe1f84fa44e4b8ea201bbf66.zip | |
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 14bc35fea8e..34eb235ce2c 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( |
