@@ -85,7 +85,7 @@ impl io::Write for ConsoleWriter {
8585 self . 0 . write_all ( buf)
8686 }
8787
88- fn write_fmt ( & mut self , fmt : fmt:: Arguments < ' _ > ) -> io:: Result < ( ) > {
88+ fn write_fmt ( & mut self , fmt : fmt:: Arguments < ' _ > ) -> io:: Result < ( ) > {
8989 self . 0 . write_fmt ( fmt)
9090 }
9191}
@@ -112,7 +112,7 @@ impl<'a> io::Write for ConsoleWriterLock<'a> {
112112 self . 0 . write_all ( buf)
113113 }
114114
115- fn write_fmt ( & mut self , fmt : fmt:: Arguments < ' _ > ) -> io:: Result < ( ) > {
115+ fn write_fmt ( & mut self , fmt : fmt:: Arguments < ' _ > ) -> io:: Result < ( ) > {
116116 self . 0 . write_fmt ( fmt)
117117 }
118118}
@@ -190,7 +190,7 @@ mod imp {
190190 self . 0 . write_all ( buf)
191191 }
192192
193- fn write_fmt ( & mut self , fmt : fmt:: Arguments < ' _ > ) -> io:: Result < ( ) > {
193+ fn write_fmt ( & mut self , fmt : fmt:: Arguments < ' _ > ) -> io:: Result < ( ) > {
194194 self . 0 . write_fmt ( fmt)
195195 }
196196 }
@@ -216,7 +216,7 @@ mod imp {
216216 self . 0 . write_all ( buf)
217217 }
218218
219- fn write_fmt ( & mut self , fmt : fmt:: Arguments < ' _ > ) -> io:: Result < ( ) > {
219+ fn write_fmt ( & mut self , fmt : fmt:: Arguments < ' _ > ) -> io:: Result < ( ) > {
220220 self . 0 . write_fmt ( fmt)
221221 }
222222 }
@@ -281,7 +281,7 @@ mod imp {
281281 self . 0 . write_all ( buf)
282282 }
283283
284- fn write_fmt ( & mut self , fmt : fmt:: Arguments < ' _ > ) -> io:: Result < ( ) > {
284+ fn write_fmt ( & mut self , fmt : fmt:: Arguments < ' _ > ) -> io:: Result < ( ) > {
285285 self . 0 . write_fmt ( fmt)
286286 }
287287 }
@@ -307,7 +307,7 @@ mod imp {
307307 self . 0 . write_all ( buf)
308308 }
309309
310- fn write_fmt ( & mut self , fmt : fmt:: Arguments < ' _ > ) -> io:: Result < ( ) > {
310+ fn write_fmt ( & mut self , fmt : fmt:: Arguments < ' _ > ) -> io:: Result < ( ) > {
311311 self . 0 . write_fmt ( fmt)
312312 }
313313 }
@@ -470,7 +470,7 @@ mod imp {
470470 self . inner . write_all ( buf)
471471 }
472472
473- fn write_fmt ( & mut self , fmt : fmt:: Arguments < ' _ > ) -> io:: Result < ( ) > {
473+ fn write_fmt ( & mut self , fmt : fmt:: Arguments < ' _ > ) -> io:: Result < ( ) > {
474474 self . inner . write_fmt ( fmt)
475475 }
476476 }
@@ -500,7 +500,7 @@ mod imp {
500500 self . inner . write_all ( buf)
501501 }
502502
503- fn write_fmt ( & mut self , fmt : fmt:: Arguments < ' _ > ) -> io:: Result < ( ) > {
503+ fn write_fmt ( & mut self , fmt : fmt:: Arguments < ' _ > ) -> io:: Result < ( ) > {
504504 self . inner . write_fmt ( fmt)
505505 }
506506 }
0 commit comments