diff options
author | Aleksey Kladov <[email protected]> | 2020-08-12 15:46:20 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-08-12 15:46:54 +0100 |
commit | 550d7fbe3cbf2af4a47fca6c9bbefaf798cd7b7b (patch) | |
tree | 1bf923c652e0bdb325240e27bb07e3c552a1aa07 /crates/ra_cfg | |
parent | 208b7bd7ba687fb570feb1b89219f14c63712ce8 (diff) |
Rename ra_tt -> tt
Diffstat (limited to 'crates/ra_cfg')
-rw-r--r-- | crates/ra_cfg/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_cfg/Cargo.toml b/crates/ra_cfg/Cargo.toml index 6425cd6d6..770a40742 100644 --- a/crates/ra_cfg/Cargo.toml +++ b/crates/ra_cfg/Cargo.toml | |||
@@ -12,7 +12,7 @@ doctest = false | |||
12 | rustc-hash = "1.1.0" | 12 | rustc-hash = "1.1.0" |
13 | 13 | ||
14 | ra_syntax = { path = "../ra_syntax" } | 14 | ra_syntax = { path = "../ra_syntax" } |
15 | tt = { path = "../ra_tt", package = "ra_tt" } | 15 | tt = { path = "../tt" } |
16 | 16 | ||
17 | [dev-dependencies] | 17 | [dev-dependencies] |
18 | mbe = { path = "../ra_mbe", package = "ra_mbe" } | 18 | mbe = { path = "../ra_mbe", package = "ra_mbe" } |