]> git.lizzy.rs Git - rust.git/commit
Deprecate Read::chars and char::decode_utf8
authorSimon Sapin <simon.sapin@exyr.org>
Sat, 14 Apr 2018 21:49:37 +0000 (23:49 +0200)
committerSimon Sapin <simon.sapin@exyr.org>
Sun, 15 Apr 2018 06:18:00 +0000 (08:18 +0200)
commit7cbeddb7b78cc54a52d63ed8556da7121d1d2e68
tree1a9fd6098a9dd3051597183f7f7b292bfcdb78be
parent21dae950bebab7376d2bcb92299861e6cd05299d
Deprecate Read::chars and char::decode_utf8

Per FCP:

* https://github.com/rust-lang/rust/issues/27802#issuecomment-377537778
* https://github.com/rust-lang/rust/issues/33906#issuecomment-377534308
src/libcore/char/decode.rs
src/libcore/char/mod.rs
src/libcore/tests/char.rs
src/libstd/io/buffered.rs
src/libstd/io/cursor.rs
src/libstd/io/mod.rs