Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix various warnings from rustc #73

Merged
merged 1 commit into from
Apr 16, 2016
Merged

Fix various warnings from rustc #73

merged 1 commit into from
Apr 16, 2016

Conversation

Ameliorate
Copy link
Contributor

@Ameliorate Ameliorate commented Apr 16, 2016

This includes improper_ctypes in lua52-sys, but implemented as #![allow(improper_ctypes)] on the module root. #[allow(improper_ctypes)] on the lua_State struct does not work. If this is merged, #72 should be closed.

It also removes the #[allow(raw_pointer_derive)] from hlua::LuaContext, since that is no longer needed and produces a warning on nightly.

The pr also provides fixes for rust-lang/rust#19925.

@tomaka
Copy link
Owner

tomaka commented Apr 16, 2016

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants