We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af38e6 commit 9fecdbaCopy full SHA for 9fecdba
1 file changed
src/term.rs
@@ -188,7 +188,6 @@ impl<'a, 'lock> ProgressCounter<'a, 'lock> {
188
impl Drop for ProgressCounter<'_, '_> {
189
fn drop(&mut self) {
190
let _ = self.stdout.write_all(b"\n\n");
191
- let _ = self.stdout.flush();
192
}
193
194
0 commit comments