]> git.lizzy.rs Git - rust.git/commit
Un-monomorphize and inline formatting with padding
authorNick Fitzgerald <fitzgen@gmail.com>
Thu, 7 Feb 2019 14:01:30 +0000 (15:01 +0100)
committerNick Fitzgerald <fitzgen@gmail.com>
Thu, 7 Feb 2019 14:01:30 +0000 (15:01 +0100)
commite633f152397545c2fd80795fc928ec555656b2ab
treec0b8820291c5d5732b2f1196350fa9783f856355
parented2157a38f6ccdfe460f2f058f60a67daac6cc5a
Un-monomorphize and inline formatting with padding

The generic `F` in `with_padding` was causing a bunch of stuff to get inlined
that otherwise needn't be, blowing up code size.
src/libcore/fmt/mod.rs