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
As we're always reading the files to their end anyways there is no
benefit to maintaining a separate buffer as `BufReader`. Here, we
therefore opt to read to our `Vec` directly.
0 commit comments