Skip to content

Commit 0721a55

Browse files
committed
Remove duplicate test attribute
1 parent 84c59a1 commit 0721a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide_assists/src/handlers/replace_qualified_name_with_use.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ fs::Path
216216
",
217217
);
218218
}
219-
#[test]
219+
220220
#[test]
221221
fn dont_import_trivial_paths() {
222222
cov_mark::check!(dont_import_trivial_paths);

0 commit comments

Comments
 (0)