You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: calling .bytes() is very inefficient when data is not in memory
--> src/read.rs:202:40
|
202 | iter: LineColIterator::new(reader.bytes()),
| ^^^^^^^^^^^^^^
|
= help: consider using `BufReader`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unbuffered_bytes
= note: `-W clippy::unbuffered-bytes` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::unbuffered_bytes)]`
0 commit comments