Ryan Prichard 9c0057df58 Remove core::panicking::panic's dependence on str's Display::fmt impl
Display::fmt for str calls into Formatter::pad, which is modest in size
and also pulls in string-related functions for its truncation and padding
abilities.  For size-critical programs (e.g. embedded), this call site
may be the only reason Formatter::pad is linked into the output.
2015-03-10 22:21:30 -07:00
..
2015-02-28 22:44:10 +08:00
2015-02-23 16:12:40 +13:00
2015-02-22 02:14:24 +01:00
2015-02-18 14:39:06 +01:00
2015-02-27 01:48:49 +01:00
2015-02-24 14:22:33 -08:00
2015-02-24 14:22:33 -08:00