jeremyletang / rgtk

GTK+ bindings and wrappers for Rust (DEPRECATED SEE https://github.com/rust-gnome )
GNU Lesser General Public License v3.0
121 stars 22 forks source link

Use generic syntax to fix build errors #201

Closed oakes closed 9 years ago

oakes commented 9 years ago

This fixes the fresh build errors regarding core::marker::Sized not being implemented. It seems that using generic syntax resolves them.

GuillaumeGomez commented 9 years ago

Thanks !