Skip to content

Commit 1a78a89

Browse files
committed
Move into src/etc
1 parent d6909e1 commit 1a78a89

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/librustdoc/json-types",
7+
"src/etc/json-types",
88
"src/tools/cargotest",
99
"src/tools/clippy",
1010
"src/tools/compiletest",
File renamed without changes.
File renamed without changes.

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 = "./json-types" }
20+
json-types = { path = "../etc/json-types" }
2121

2222
[dev-dependencies]
2323
expect-test = "1.0"

0 commit comments

Comments
 (0)