fix: eof flushes buffer

This commit is contained in:
Noa Aarts 2024-07-12 17:18:09 +02:00
parent c8df06aa7e
commit 39e3ffbeb9
3 changed files with 90 additions and 53 deletions

View file

@ -19,6 +19,7 @@
pkgs.mkShell {
buildInputs = [
pkgs.rustup
pkgs.wgo
];
});
};