diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-04-05 17:56:46 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-04-12 00:13:52 +0200 |
| commit | 939692409da499ff3d498eae782620435f16a981 (patch) | |
| tree | 31a1c1a31d8db60179cbc2f4f9b3b4b568a9f333 /src/libstd | |
| parent | 3613b0b52fec8cb7844149804efa76e6e904896c (diff) | |
| download | rust-939692409da499ff3d498eae782620435f16a981.tar.gz rust-939692409da499ff3d498eae782620435f16a981.zip | |
Reexport from core::unicode::char in core::char rather than vice versa
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 16bca9ddcd3..94e48732c26 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -454,7 +454,7 @@ pub use alloc::string; #[stable(feature = "rust1", since = "1.0.0")] pub use alloc::vec; #[stable(feature = "rust1", since = "1.0.0")] -pub use core::unicode::char; +pub use core::char; #[stable(feature = "i128", since = "1.26.0")] pub use core::u128; |
