mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
`reader` is already a `BufReader` so there's no need to wrap it in another `BufReader`. This is a typo/mistake made possible by the type erasure (a `Box<BufReader<BufReader<T: Read>>>` is also a boxed reader). |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |