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()?;
|
||||
|
||||
@@ -224,6 +224,7 @@ impl InputHandler {
|
||||
.read(true)
|
||||
.write(true)
|
||||
.create(true)
|
||||
.truncate(true)
|
||||
.open(&path)?,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user