add #1 mark
cargo devel CI / cargo CI (push) Successful in 23s Details

This commit is contained in:
Christoph J. Scherr 2024-02-21 14:20:39 +01:00
parent ab860432bf
commit d5d6a75a0c
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ fn main() -> Result<(), io::Error> {
let mut buf = Vec::new();
io::stdin()
// FIXME: we don't want to always read to end! If we want to seep a network socket for
// example.
// example. #1
.read_to_end(&mut buf)
.inspect_err(|err| eprintln!("{err}"))?;