Update fda473f00fa07b9a8246b104396f9922e54bff16.patch

This commit is contained in:
jethrogb 2016-11-02 20:55:04 -07:00 committed by GitHub
parent a02ee8581c
commit 6619732ba0
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ index 2d78055..1db50ee 100644
impl<T> io::Seek for Cursor<T> where T: AsRef<[u8]> {
fn seek(&mut self, style: SeekFrom) -> io::Result<u64> {
let pos = match style {
@@ -210,12 +202,11 @@
@@ -210,11 +202,10 @@
}
}