]> git.lizzy.rs Git - rust.git/commit
fmt: Make sure write_fmt's implementation can use write_char
authorUlrik Sverdrup <bluss@users.noreply.github.com>
Wed, 17 Feb 2016 21:25:22 +0000 (22:25 +0100)
committerUlrik Sverdrup <bluss@users.noreply.github.com>
Wed, 17 Feb 2016 21:26:44 +0000 (22:26 +0100)
commit403fc4186ed89434544f2ba6f8a8650419c7bf11
tree91fe16a95b471805e299a968f480d5d32511ff5e
parent4b2c7030fd3c8773fc9d567ae240e896d5616be7
fmt: Make sure write_fmt's implementation can use write_char

It looks like the Adapter inside write_fmt was never updated to forward
the write_char method.
src/libcore/fmt/mod.rs