]> git.lizzy.rs Git - rust.git/commit
std::fmt: convert the formatting traits to a proper self.
authorHuon Wilson <dbau.pp+github@gmail.com>
Wed, 5 Feb 2014 12:55:13 +0000 (23:55 +1100)
committerHuon Wilson <dbau.pp+github@gmail.com>
Sat, 8 Feb 2014 02:53:21 +0000 (13:53 +1100)
commit8d1204a4b7c9322c873c353836238a88b78edf1b
tree669a22f8cfc1133bf4f499324d1eee47a183db0a
parent1fd2d7786013f98c59f099a2a0413b61a6e82d9d
std::fmt: convert the formatting traits to a proper self.

Poly and String have polymorphic `impl`s and so require different method
names.
15 files changed:
src/librustdoc/html/escape.rs
src/librustdoc/html/format.rs
src/librustdoc/html/markdown.rs
src/librustdoc/html/render.rs
src/libsemver/lib.rs
src/libstd/fmt/mod.rs
src/libstd/io/mod.rs
src/libstd/io/process.rs
src/libstd/option.rs
src/libstd/os.rs
src/libstd/path/mod.rs
src/libstd/result.rs
src/libsyntax/parse/token.rs
src/test/run-pass/ifmt.rs
src/test/run-pass/logging-only-prints-once.rs