]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #36632 - CryZe:patch-3, r=sfackler
authorJonathan Turner <jonathandturner@users.noreply.github.com>
Thu, 22 Sep 2016 18:25:02 +0000 (11:25 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Sep 2016 18:25:02 +0000 (11:25 -0700)
Fix outdated Doc Comment on BufReader::seek

A long time ago non-panicking `unwrap` methods were renamed to `into_inner` in this Pull Request: https://github.com/rust-lang/rust/pull/19149

Looks like this doc comment was not updated however.


Trivial merge