Move into src/etc

This commit is contained in:
Rune Tynan 2021-01-22 17:42:15 -05:00
parent 28f6cab498
commit 3c2806957e
No known key found for this signature in database
GPG Key ID: 7ECC932F8B2C731E
4 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ members = [
"compiler/rustc",
"library/std",
"library/test",
"src/librustdoc/json-types",
"src/etc/json-types",
"src/tools/cargotest",
"src/tools/clippy",
"src/tools/compiletest",

View File

@ -17,7 +17,7 @@ smallvec = "1.0"
tempfile = "3"
itertools = "0.9"
regex = "1"
json-types = { path = "./json-types" }
json-types = { path = "../etc/json-types" }
[dev-dependencies]
expect-test = "1.0"