tomaka / hlua

Rust library to interface with Lua
MIT License
510 stars 48 forks source link

Update to compile on 1.3.0 nightly #54

Closed rphmeier closed 9 years ago

rphmeier commented 9 years ago

Fixes #53. All credit to @Kimundi for the updated signature to Lua.set().

tomaka commented 9 years ago

Thanks. Could you fix the style, with &mut instead of & mut and for<'a> instead of for <'a>?

rphmeier commented 9 years ago

Fixed :). Sorry, I'm not usually so sloppy.