Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-completion/src/tests/item_list.rs')
-rw-r--r--crates/ide-completion/src/tests/item_list.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/crates/ide-completion/src/tests/item_list.rs b/crates/ide-completion/src/tests/item_list.rs
index ee77845588..fcdf10c856 100644
--- a/crates/ide-completion/src/tests/item_list.rs
+++ b/crates/ide-completion/src/tests/item_list.rs
@@ -17,7 +17,6 @@ fn in_mod_item_list() {
kw fn
kw impl
kw impl for
- kw impl<> for <>
kw mod
kw pub
kw pub(crate)
@@ -53,7 +52,6 @@ fn in_source_file_item_list() {
kw fn
kw impl
kw impl for
- kw impl<> for <>
kw mod
kw pub
kw pub(crate)
@@ -88,7 +86,6 @@ fn in_item_list_after_attr() {
kw fn
kw impl
kw impl for
- kw impl<> for <>
kw mod
kw pub
kw pub(crate)
@@ -129,7 +126,6 @@ fn after_unsafe_token() {
kw fn
kw impl
kw impl for
- kw impl<> for <>
kw trait
"#]],
);
@@ -394,7 +390,6 @@ fn after_unit_struct() {
kw fn
kw impl
kw impl for
- kw impl<> for <>
kw mod
kw pub
kw pub(crate)