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

Fix TreeView example #153

Closed oakes closed 9 years ago

oakes commented 9 years ago

Due to this change, slices must be explicitly borrowed.

GuillaumeGomez commented 9 years ago

Thx !