jcmoyer / rust-lua53

Lua 5.3 bindings for Rust
MIT License
158 stars 45 forks source link

Infer correct type, it is different on arm. #90

Closed SirVer closed 6 years ago

SirVer commented 6 years ago

This fixes a compile type error on arm, where u8 is expected in this place.

jcmoyer commented 6 years ago

Thanks.