1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

flake update

This commit is contained in:
Robin Appelman 2025-11-21 21:01:57 +01:00
commit 4ed95ec325
2 changed files with 7 additions and 6 deletions

View file

@ -64,6 +64,7 @@ pub async fn exec_tty<S1: AsRef<str>, S2: Into<String>, Env: Into<String>>(
// pipe stdin into the docker exec stream input
spawn(async move {
#[allow(clippy::unbuffered_bytes)]
let mut stdin = async_stdin().bytes();
loop {
if let Some(Ok(byte)) = stdin.next() {