diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-04-05 17:20:08 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-04-12 00:13:51 +0200 |
| commit | b2027ef17c03e47a4d716d8ea8148ed785934b04 (patch) | |
| tree | d70cfc5e32ec8e61f8a612c7c6b4f3e54c044a7b /src/doc | |
| parent | 5807be7ccb2c14df9db87a54038221bbf5ae00fa (diff) | |
Deprecate the std_unicode crate
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/unstable-book/src/language-features/lang-items.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/language-features/lang-items.md b/src/doc/unstable-book/src/language-features/lang-items.md index c5167418614..6a7aea7f1c2 100644 --- a/src/doc/unstable-book/src/language-features/lang-items.md +++ b/src/doc/unstable-book/src/language-features/lang-items.md @@ -243,7 +243,7 @@ the source code. - `usize`: `libcore/num/mod.rs` - `f32`: `libstd/f32.rs` - `f64`: `libstd/f64.rs` - - `char`: `libstd_unicode/char.rs` + - `char`: `libcore/char.rs` - `slice`: `liballoc/slice.rs` - `str`: `liballoc/str.rs` - `const_ptr`: `libcore/ptr.rs` |
