mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Revert libcore changes
This commit is contained in:
parent
2afec4dad1
commit
2121118f54
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user