We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
borrow_deref_ref
https://rust-lang.github.io/rust-clippy/master/index.html#borrow_deref_ref
The text was updated successfully, but these errors were encountered:
Should be fixed when pyo3 0.17 is released. The issue is already fixed in their repo. See PyO3/pyo3#2555
Sorry, something went wrong.
The other option is to use String instead of &str for arguments in python methods.
String
&str
Should we fix it by updating pyo3 or by modifying the parameter type?
pyo3 0.17 is now available but we have to update in arrow-rs and then arrow-datafusion and wait for a new release before we can update here.
IMO, changing the signature for now would be quicker and we can change it back later.
No branches or pull requests
https://rust-lang.github.io/rust-clippy/master/index.html#borrow_deref_ref
The text was updated successfully, but these errors were encountered: