Skip to content

Commit 5580cf2

Browse files
committed
auto_import assist
1 parent 34398a8 commit 5580cf2

File tree

4 files changed

+785
-0
lines changed

4 files changed

+785
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ra_assists/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ authors = ["Aleksey Kladov <[email protected]>"]
66

77
[dependencies]
88
join_to_string = "0.1.3"
9+
itertools = "0.8.0"
910

1011
ra_syntax = { path = "../ra_syntax" }
1112
ra_text_edit = { path = "../ra_text_edit" }

0 commit comments

Comments
 (0)