]> git.lizzy.rs Git - rust.git/commit
Fix outdated Doc Comment on BufReader::seek
authorChristopher Serr <cryze92@gmail.com>
Wed, 21 Sep 2016 19:11:53 +0000 (21:11 +0200)
committerGitHub <noreply@github.com>
Wed, 21 Sep 2016 19:11:53 +0000 (21:11 +0200)
commite107c8b84969fbe52cae7c9fd61858fddc6e016b
treeac3612d53d357a8fa850b1ec794eb80f03ede4dc
parent53f97302910bdfd9080648991d31b000a21d877d
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.
src/libstd/io/buffered.rs