]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #48438 - mbrubeck:docs, r=TimNN
authorManish Goregaokar <manishsmail@gmail.com>
Fri, 23 Feb 2018 18:24:56 +0000 (10:24 -0800)
committerGitHub <noreply@github.com>
Fri, 23 Feb 2018 18:24:56 +0000 (10:24 -0800)
[docs] Minor wording changes to drain_filter docs

The docs currently say, "If the closure returns false, it will try again, and call the closure on the next element."  But this happens regardless of whether the closure returns true or false.


Trivial merge