Repo Added
|
Files
914
|
Badge
Embed ▾
README BADGES
|
github
Fix clippy issues flagged by latest rust version (#13405) * Fix clippy issues flagged by latest rust version This commit fixes 2 issues flagged by running by clippy with Rust 1.82. We run clippy in CI with Qiskit's MSRV of 1.70, as sometimes clippy will flag failures for not using a syntax which isn't compatible with the MSRV. These issues flagged here are real, and good to fix, especially the docstring one, the `////` comment isn't a docstring and that excludes the circuit diagram from the docs which wasn't the intent there. * Remove unnecessary .borrow() call --------- Co-authored-by: Raynel Sanchez <87539502+raynelfss@users.noreply.github.com> (cherry picked from commit e63168519)
2 of 2 new or added lines in 2 files covered. (100.0%)
10 existing lines in 3 files now uncovered.79051 of 88902 relevant lines covered (88.92%)
362721.99 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|