Revert libcore changes

This commit is contained in:
Andrew Cann 2016-11-23 17:13:12 +08:00
parent 2afec4dad1
commit 2121118f54

View File

@ -166,9 +166,7 @@ pub struct Formatter<'a> {
// NB. Argument is essentially an optimized partially applied formatting function,
// equivalent to `exists T.(&T, fn(&T, &mut Formatter) -> Result`.
struct Void {
_private: (),
}
enum Void {}
/// This struct represents the generic "argument" which is taken by the Xprintf
/// family of functions. It contains a function to format the given value. At