]> git.lizzy.rs Git - rust.git/commit
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)
commitc1e39380fbb04691cdcf6c58e2c0054110fa698c
tree6abb7ba9f93258c2e86ff4123a5e27189209c888
parentbc7991a54ed4be556c5fc165e6f00b16646950b2
parente107c8b84969fbe52cae7c9fd61858fddc6e016b
Rollup merge of #36632 - CryZe:patch-3, r=sfackler

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.