Ran
|
Jobs
1
|
Files
914
|
Run time
2min
|
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
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
92.12 |
-0.06% | crates/accelerate/src/two_qubit_decompose.rs |
3 |
92.48 |
0.0% | crates/qasm2/src/lex.rs |
6 |
97.15 |
-0.46% | crates/qasm2/src/parse.rs |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11740064501.1 | 914 |
88.92 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|