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() {
|
while let Ok(x) = async_tty.rx.recv() {
|
||||||
input.write(&[x]).await.ok();
|
input.write_all(&[x]).await.ok();
|
||||||
}
|
}
|
||||||
|
|
||||||
self.internal_cleanup()?;
|
self.internal_cleanup()?;
|
||||||
|
|||||||
@@ -224,6 +224,7 @@ impl InputHandler {
|
|||||||
.read(true)
|
.read(true)
|
||||||
.write(true)
|
.write(true)
|
||||||
.create(true)
|
.create(true)
|
||||||
|
.truncate(true)
|
||||||
.open(&path)?,
|
.open(&path)?,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user