Skip to content

Commit a0361f8

Browse files
committed
Merge pull request #125 from leonkunert/master
Update to latest Rust
2 parents 9196a97 + 7814239 commit a0361f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdl2/rwops.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ impl Seek for RWops {
145145
}
146146
}
147147

148-
impl Container for RWops {
148+
impl Collection for RWops {
149149
fn len(&self) -> uint {
150150
unsafe {
151151
((*self.raw).size)(self.raw) as uint

0 commit comments

Comments
 (0)