-
Notifications
You must be signed in to change notification settings - Fork 105
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Line 35 in b2d0ff7
let out = &mut stdout().lock(); |
All output to this file should be done with BufWriter
.
(On top of that, writeln!
shouldn't be mixed with print!
, we should only use the former.)
ttys3
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request