]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #48234 - zombiezen:patch-1, r=steveklabnik
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Sat, 17 Feb 2018 13:45:22 +0000 (14:45 +0100)
committerGitHub <noreply@github.com>
Sat, 17 Feb 2018 13:45:22 +0000 (14:45 +0100)
commit62d6ba4638c0a4623f9aa703aa790da1380806d7
treee131e77f31fde06f152e42d8187197db97f92c7a
parent6db06f593ba889792742ca6cfc3a4fa2ec78c049
parente1e79d3a100b78939c3461b6a257729c193b469e
Rollup merge of #48234 - zombiezen:patch-1, r=steveklabnik

Remove "empty buffer" doc in read_until

This appears copied from fill_buf, but the above paragraph already indicates that a lack of delimiter at the end is EOF.