Update to latest Rust

renamed container to collection
This commit is contained in:
Leon Kunert
2014-06-09 22:29:47 +02:00
parent 9196a9786e
commit 7814239ba1
+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