Closed rphmeier closed 9 years ago
Fixes #53. All credit to @Kimundi for the updated signature to Lua.set().
Thanks. Could you fix the style, with &mut instead of & mut and for<'a> instead of for <'a>?
&mut
& mut
for<'a>
for <'a>
Fixed :). Sorry, I'm not usually so sloppy.
Fixes #53. All credit to @Kimundi for the updated signature to Lua.set().