parsec-cloud
parsec-cloud copied to clipboard
Dis-allow `borrow_deref_ref` with new `PyO3` release
With rust-1.63.0, the proc macro pyo3::pyfunction is triggering the warning borrow_deref_ref.
There is already a discussion opened
- rust-lang/rust-clippy#8971 .
And a potential fix for pyo3 with
- Pyo3/pyo3#2503