tomaka / hlua

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

rewrite function return value handling to use a match statement #166

Closed sunshowers closed 7 years ago

sunshowers commented 7 years ago

This avoids a bunch of return statements and makes it clear that each branch actually returns.