Remove PyO3 clippy workaround once 0.17 is release #757
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Environment
Delta-rs version:
main branch
Binding:
Python
Environment:
Bug
What happened: A clippy inner attribute was added to work around a lint error that comes from the PyO3 project in conjunction with the Rust 1.63.0 release.
What you expected to happen: The project should build without lint checks disabled.
How to reproduce it: N/A
More details: The PyO3 ticket is expected to be resolved Tuesday 2022-08-23 with the 0.17 Release.
Fix: The following line should be removed, and the build is expected to succeed.
The text was updated successfully, but these errors were encountered: