Replies: 1 comment 4 replies
-
This is being hit with nightly Rust in our CI as well but we already merged the relevant suppressions, c.f. #4074, and will most likely release them in a patch release this week, c.f. #4037 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since one of the last Rust updates I'm getting the following warning:
pyclass
andpymethods
for the same class are defined in the same file. So I don't understand why this warning is produced.The corresponding code can be found here:
https://github.com/brmmm3/scandir-rs/blob/2.6.0/pyscandir/src/scandir.rs
Is this my fault or is it a problem of pyo3?
Beta Was this translation helpful? Give feedback.
All reactions