diff options
| author | Rune Tynan <runetynan@gmail.com> | 2021-01-24 15:42:33 -0500 |
|---|---|---|
| committer | Rune Tynan <runetynan@gmail.com> | 2021-01-27 18:58:43 -0500 |
| commit | 3076e255fee458e1f5920c079b62cb2b26e6dce1 (patch) | |
| tree | 43c31a7ed5c8c2f2bcf0a01d5dc604802fd3901f | |
| parent | cca4eea6f9617b5d72a4415ae9328e88e5c7d50b (diff) | |
| download | rust-3076e255fee458e1f5920c079b62cb2b26e6dce1.tar.gz rust-3076e255fee458e1f5920c079b62cb2b26e6dce1.zip | |
`src/etc/json-types` -> `src/rustdoc-json-types`
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | src/librustdoc/Cargo.toml | 2 | ||||
| -rw-r--r-- | src/rustdoc-json-types/Cargo.toml (renamed from src/etc/json-types/Cargo.toml) | 0 | ||||
| -rw-r--r-- | src/rustdoc-json-types/lib.rs (renamed from src/etc/json-types/lib.rs) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 34d3718f57d..f3b2e0f740d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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", diff --git a/src/librustdoc/Cargo.toml b/src/librustdoc/Cargo.toml index 560bca8e3d1..c33482251ed 100644 --- a/src/librustdoc/Cargo.toml +++ b/src/librustdoc/Cargo.toml @@ -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" diff --git a/src/etc/json-types/Cargo.toml b/src/rustdoc-json-types/Cargo.toml index b9c97c31c18..b9c97c31c18 100644 --- a/src/etc/json-types/Cargo.toml +++ b/src/rustdoc-json-types/Cargo.toml diff --git a/src/etc/json-types/lib.rs b/src/rustdoc-json-types/lib.rs index 3fb2a32d5a0..3fb2a32d5a0 100644 --- a/src/etc/json-types/lib.rs +++ b/src/rustdoc-json-types/lib.rs |
