diff --git a/src/format/key/mod.rs b/src/format/key/mod.rs index 7d4393d..17ff2db 100644 --- a/src/format/key/mod.rs +++ b/src/format/key/mod.rs @@ -262,7 +262,7 @@ impl KeyHeader } - let line_sender = async move { //this causes the >\n<\n dumbness in the encoding. Rewrite this to not use mpsc pls + let line_sender = async move { let mut buffer = String::new(); while input.read_line(&mut buffer).await? != 0 { let bounds = {