Qiskit / rustworkx

A high performance Python graph library implemented in Rust.
https://www.rustworkx.org
Apache License 2.0
1.08k stars 148 forks source link

Fix Clippy warnings due to 1.79 #1217

Closed IvanIsCoding closed 3 months ago

IvanIsCoding commented 3 months ago

Currently CI is broken because Clippy introduced new lints in the 1.79 update. This PR fixes that

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 9558979447

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
rustworkx-core/src/planar/lr_planar.rs 0 1 0.0%
rustworkx-core/src/generators/random_graph.rs 1 3 33.33%
<!-- Total: 17 20 85.0% -->
Totals Coverage Status
Change from base Build 9473947759: 0.0%
Covered Lines: 17382
Relevant Lines: 18138

💛 - Coveralls