Skip to content

Commit 36284a3

Browse files
committed
src/etc/json-types -> src/rustdoc-json-types
1 parent c28427a commit 36284a3

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = [
44
"compiler/rustc",
55
"library/std",
66
"library/test",
7-
"src/etc/json-types",
7+
"src/rustdoc-json-types",
88
"src/tools/cargotest",
99
"src/tools/clippy",
1010
"src/tools/compiletest",

src/librustdoc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ smallvec = "1.0"
1717
tempfile = "3"
1818
itertools = "0.9"
1919
regex = "1"
20-
json-types = { path = "../etc/json-types" }
20+
json-types = { path = "../rustdoc-json-types" }
2121

2222
[dev-dependencies]
2323
expect-test = "1.0"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)