Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-completion/src/tests/record.rs')
| -rw-r--r-- | crates/ide-completion/src/tests/record.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/ide-completion/src/tests/record.rs b/crates/ide-completion/src/tests/record.rs index 9369034cc6..c7514e1b57 100644 --- a/crates/ide-completion/src/tests/record.rs +++ b/crates/ide-completion/src/tests/record.rs @@ -105,7 +105,6 @@ fn foo(f: Struct) { #[test] fn functional_update() { // FIXME: This should filter out all completions that do not have the type `Foo` - // FIXME: Fields should not show up after `.` check( r#" //- minicore:default @@ -192,8 +191,6 @@ fn main() { } "#, expect![[r#" - fd foo1 u32 - fd foo2 u32 fn default() (as Default) fn() -> Self "#]], ); |