diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-07-26 14:54:41 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-07-30 18:18:04 +0200 |
| commit | d8b3c830fbcdd14d085209a8dcc3399151f3286a (patch) | |
| tree | d5c12928c9ed0e751e3f84acffe3bc06a2528a57 /src/libstd | |
| parent | 54628c8ea844956f3f4f416b82067c634eb09f7b (diff) | |
| download | rust-d8b3c830fbcdd14d085209a8dcc3399151f3286a.tar.gz rust-d8b3c830fbcdd14d085209a8dcc3399151f3286a.zip | |
Remove the unstable std_unicode crate, deprecated since 1.27
Its former contents are now in libcore.
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml index 5a2dce5930a..5348c9a0f34 100644 --- a/src/libstd/Cargo.toml +++ b/src/libstd/Cargo.toml @@ -22,7 +22,6 @@ core = { path = "../libcore" } libc = { path = "../rustc/libc_shim" } compiler_builtins = { path = "../rustc/compiler_builtins_shim" } profiler_builtins = { path = "../libprofiler_builtins", optional = true } -std_unicode = { path = "../libstd_unicode" } unwind = { path = "../libunwind" } [dev-dependencies] |
