diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-04-05 15:55:28 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-04-12 00:13:43 +0200 |
| commit | f87d4a15a82a76e7510629173c366d084f2c02ca (patch) | |
| tree | 0fe7c0452bcb154424472556bfc5baf8d0388cf2 /src/libstd_unicode/lib.rs | |
| parent | ae6adf335c88cad4e4a1805a805ac49dd1350174 (diff) | |
| download | rust-f87d4a15a82a76e7510629173c366d084f2c02ca.tar.gz rust-f87d4a15a82a76e7510629173c366d084f2c02ca.zip | |
Move Utf8Lossy decoder to libcore
Diffstat (limited to 'src/libstd_unicode/lib.rs')
| -rw-r--r-- | src/libstd_unicode/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd_unicode/lib.rs b/src/libstd_unicode/lib.rs index cf8c101a2f9..106a2c0f0c5 100644 --- a/src/libstd_unicode/lib.rs +++ b/src/libstd_unicode/lib.rs @@ -45,7 +45,6 @@ mod tables; mod u_str; mod version; pub mod char; -pub mod lossy; #[allow(deprecated)] pub mod str { |
