Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A flush is not needed here as `File` utilizes Os memory (afaict) which will write to the fs once we drop the `File`. We still a manual `sync_all()` to catch any errors that could arise writing to the fs that we would miss if we just drop the `File`. Signed-off-by: Peter Neuroth <[email protected]>
- Loading branch information