AndrejOrsula / pyo3_bindgen

Automatic Python —> Rust FFI bindings
Apache License 2.0
11 stars 2 forks source link

Clippy fix #29

Closed NiklasVousten closed 2 months ago

NiklasVousten commented 2 months ago

Solves issue with missing cfg(PyPy), and so on

Updating the pyo3-build-config crate was enough. Additionally cargo update was run

Added #[cfg(unix)] to pyo3_bindgen_macros utils.rs to fix unused import error

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.55%. Comparing base (64c64a5) to head (1425361). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #29 +/- ## ========================================== - Coverage 66.77% 66.55% -0.22% ========================================== Files 22 22 Lines 3211 3199 -12 ========================================== - Hits 2144 2129 -15 - Misses 1067 1070 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.