rust: Expose import names in completions for modules and functions (#14490)

Release Notes:

- Improved accuracy of completion lists for Rust functions and modules.
This commit is contained in:
Piotr Osiewicz 2024-07-15 14:26:39 +02:00 committed by GitHub
parent e8d674dc04
commit c1aa4d939c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 53 additions and 19 deletions

View file

@ -58,6 +58,6 @@ util.workspace = true
[dev-dependencies]
text.workspace = true
theme.workspace = true
theme = { workspace = true, features = ["test-support"] }
unindent.workspace = true
workspace = { workspace = true, features = ["test-support"] }