Skip to content

Commit 747f6f6

Browse files
committed
Remove partial import test in insert_use
1 parent e1d6981 commit 747f6f6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

crates/assists/src/utils/insert_use.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -809,16 +809,6 @@ use std::io;",
809809
// FIXME: have it emit `use {self, *}`?
810810
}
811811

812-
#[test]
813-
#[ignore] // FIXME: Support this
814-
fn merge_partial_path() {
815-
check_full(
816-
"ast::Foo",
817-
r"use syntax::{ast, algo};",
818-
r"use syntax::{ast::{self, Foo}, algo};",
819-
)
820-
}
821-
822812
#[test]
823813
fn merge_glob_nested() {
824814
check_full(

0 commit comments

Comments
 (0)