chore: Rust 1.77 linting
This commit is contained in:
+1
-1
@@ -277,7 +277,7 @@ impl ExecMode {
|
||||
}
|
||||
|
||||
while let Ok(x) = async_tty.rx.recv() {
|
||||
input.write(&[x]).await.ok();
|
||||
input.write_all(&[x]).await.ok();
|
||||
}
|
||||
|
||||
self.internal_cleanup()?;
|
||||
|
||||
Reference in New Issue
Block a user