From 7814239ba180b2d88515fded14e639f3a56e05ba Mon Sep 17 00:00:00 2001 From: Leon Kunert Date: Mon, 9 Jun 2014 22:29:47 +0200 Subject: [PATCH] Update to latest Rust renamed container to collection --- src/sdl2/rwops.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdl2/rwops.rs b/src/sdl2/rwops.rs index 61337e69..7fa9e71d 100644 --- a/src/sdl2/rwops.rs +++ b/src/sdl2/rwops.rs @@ -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