-
Notifications
You must be signed in to change notification settings - Fork 114
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
loadfn
does not need to be mutable?
#502
Comments
Hmm, this might be an issue with how we are generating the bindings. What is the source code around |
In the interim you'll be able to suppress this by adding the |
Here's the first few lines of the generated code:
|
Yeah, it seems that the |
I'm seeing this warning on rust nightly:
Is this necessary or am I doing something wrong? Is there a way I can configure it to not have this warning in my
build.rs
?The text was updated successfully, but these errors were encountered: