Ran
|
Files
914
|
Run time
28s
|
Badge
Embed ▾
README BADGES
|
push
github
Fix clippy issues flagged by latest rust version (#13405) (#13409) * 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) Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
79062 of 88902 relevant lines covered (88.93%)
360696.6 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|