mirror of https://github.com/helix-editor/helix
`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 |