fix: typo (#384)

pull/332/head^2
Wenzhe Wang 6 months ago committed by GitHub
parent f92f2e32a5
commit 29def25fa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ use std::fs;
// These must live longer than `readable`, and thus are declared first: // These must live longer than `readable`, and thus are declared first:
let (mut stdin_read, mut file_read); let (mut stdin_read, mut file_read);
// We need to ascribe the type to get dynamic dispatch. // We need to describe the type to get dynamic dispatch.
let readable: &mut dyn io::Read = if arg == "-" { let readable: &mut dyn io::Read = if arg == "-" {
stdin_read = io::stdin(); stdin_read = io::stdin();
&mut stdin_read &mut stdin_read

Loading…
Cancel
Save