mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02: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).