Skip to content

use buffered output in list commandΒ #702

@marcospb19

Description

@marcospb19

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions