summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRune Tynan <runetynan@gmail.com>2021-01-22 17:42:15 -0500
committerRune Tynan <runetynan@gmail.com>2021-01-27 18:57:14 -0500
commit3c2806957e5d54538b450830d1dc096aff84cb68 (patch)
tree1bc846c44d6f6c4195e66053dc4b6783b7a8d6dd /Cargo.toml
parent28f6cab498fed9cac30e0ee69ef16bffa188ebd6 (diff)
Move into src/etc
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5b58ed8f6a0..34d3718f57d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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",