Skip to content

Commit fc34403

Browse files
committed
Rename ra_assists -> assists
1 parent ae3abd6 commit fc34403

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+34
-35
lines changed

Cargo.lock

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

crates/ra_assists/Cargo.toml renamed to crates/assists/Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
2-
edition = "2018"
3-
name = "ra_assists"
4-
version = "0.1.0"
5-
authors = ["rust-analyzer developers"]
2+
name = "assists"
3+
version = "0.0.0"
64
license = "MIT OR Apache-2.0"
5+
authors = ["rust-analyzer developers"]
6+
edition = "2018"
77

88
[lib]
99
doctest = false
@@ -14,7 +14,6 @@ itertools = "0.9.0"
1414
either = "1.5.3"
1515

1616
stdx = { path = "../stdx" }
17-
1817
syntax = { path = "../syntax" }
1918
text_edit = { path = "../text_edit" }
2019
profile = { path = "../profile" }
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)