Skip to content

Commit

Permalink
src/etc/json-types -> src/rustdoc-json-types
Browse files Browse the repository at this point in the history
  • Loading branch information
CraftSpider committed Jan 24, 2021
1 parent c28427a commit 36284a3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = [
"compiler/rustc",
"library/std",
"library/test",
"src/etc/json-types",
"src/rustdoc-json-types",
"src/tools/cargotest",
"src/tools/clippy",
"src/tools/compiletest",
Expand Down
2 changes: 1 addition & 1 deletion src/librustdoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ smallvec = "1.0"
tempfile = "3"
itertools = "0.9"
regex = "1"
json-types = { path = "../etc/json-types" }
json-types = { path = "../rustdoc-json-types" }

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

0 comments on commit 36284a3

Please sign in to comment.