diff options
author | Aleksey Kladov <[email protected]> | 2021-06-18 20:14:39 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2021-06-18 20:25:35 +0100 |
commit | 2e4df27132afafbd9ac5ec14070432c38d6cae8f (patch) | |
tree | ae8429eb7911056752580ea87685fb6032a07683 /crates/ide_completion/src/completions | |
parent | c2f15270ee207ae787b08abdac2c8944b96306c9 (diff) |
minor: use minicore
Diffstat (limited to 'crates/ide_completion/src/completions')
-rw-r--r-- | crates/ide_completion/src/completions/dot.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/crates/ide_completion/src/completions/dot.rs b/crates/ide_completion/src/completions/dot.rs index 7f75d4298..286d7cb67 100644 --- a/crates/ide_completion/src/completions/dot.rs +++ b/crates/ide_completion/src/completions/dot.rs | |||
@@ -498,10 +498,7 @@ mod foo { | |||
498 | fn issue_8931() { | 498 | fn issue_8931() { |
499 | check( | 499 | check( |
500 | r#" | 500 | r#" |
501 | #[lang = "fn_once"] | 501 | //- minicore: fn |
502 | trait FnOnce<Args> { | ||
503 | type Output; | ||
504 | } | ||
505 | struct S; | 502 | struct S; |
506 | 503 | ||
507 | struct Foo; | 504 | struct Foo; |