mm(1): rewritten in Rust #143

Closed
emma wants to merge 12 commits from mm-rs into main
Showing only changes of commit 23f1ce9612 - Show all commits

View File

@ -87,8 +87,6 @@ fn main() -> ExitCode {
}
}).collect::<Vec<_>>();
println!("{:?}", outs);
/* map all path strings to files */
let mut outputs = outs.iter().map(|file| {
/* of a file is “-”, it is stdout */