aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-07-09 10:01:45 +0100
committerGitHub <[email protected]>2020-07-09 10:01:45 +0100
commitf9d41bd18fa8e51580f223464d200342de7c6d4a (patch)
treee0c8c3e22bcf2df355eedf60801cad3bbc275e15 /crates/ra_syntax/Cargo.toml
parent9eb9b9df9f6adebb938029a86e47c0aa1eb0f678 (diff)
parent2aa27d612ebdcf1eb34fd22fde5f180a48c3a571 (diff)
Merge #5278
5278: expect should be a dev dep r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_syntax/Cargo.toml')
-rw-r--r--crates/ra_syntax/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml
index 49696ce75..cb21b8053 100644
--- a/crates/ra_syntax/Cargo.toml
+++ b/crates/ra_syntax/Cargo.toml
@@ -31,4 +31,5 @@ serde = { version = "1.0.106", features = ["derive"] }
31 31
32[dev-dependencies] 32[dev-dependencies]
33test_utils = { path = "../test_utils" } 33test_utils = { path = "../test_utils" }
34expect = { path = "../expect" }
34walkdir = "2.3.1" 35walkdir = "2.3.1"