Merge pull request #125 from leonkunert/master

Update to latest Rust
This commit is contained in:
Tony Aldridge
2014-06-10 09:10:54 +01:00
+1 -1
View File
@@ -145,7 +145,7 @@ impl Seek for RWops {
}
}
impl Container for RWops {
impl Collection for RWops {
fn len(&self) -> uint {
unsafe {
((*self.raw).size)(self.raw) as uint