Skip to content

Conversation

mtreinish
Copy link
Member

Summary

In the recently merged #14757 a few docs lines were overindented. Newer versions of clippy detect this and raise a warning but the version we run in CI doesn't have this rule so this went uncaught. This commit fixes this small oversight so clippy is happy and the docs are properly formatted.

Details and comments

In the recently merged Qiskit#14757 a few docs lines were overindented. Newer
versions of clippy detect this and raise a warning but the version we
run in CI doesn't have this rule so this went uncaught. This commit
fixes this small oversight so clippy is happy and the docs are properly
formatted.
@mtreinish mtreinish added the documentation Something is not clear or an error documentation label Jul 31, 2025
@mtreinish mtreinish requested a review from a team as a code owner July 31, 2025 20:20
@mtreinish mtreinish added Changelog: None Do not include in changelog Rust This PR or issue is related to Rust code in the repository labels Jul 31, 2025
@qiskit-bot
Copy link
Collaborator

One or more of the following people are relevant to this code:

  • @Qiskit/terra-core

@coveralls
Copy link

Pull Request Test Coverage Report for Build 16659133800

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 11 unchanged lines in 3 files lost coverage.
  • Overall coverage increased (+0.004%) to 87.64%

Files with Coverage Reduction New Missed Lines %
crates/circuit/src/parameter/parameter_expression.rs 1 83.3%
crates/qasm2/src/lex.rs 4 92.27%
crates/qasm2/src/parse.rs 6 97.09%
Totals Coverage Status
Change from base Build 16656028708: 0.004%
Covered Lines: 81764
Relevant Lines: 93295

💛 - Coveralls

@jakelishman jakelishman added this pull request to the merge queue Jul 31, 2025
Merged via the queue into Qiskit:main with commit 4810458 Jul 31, 2025
29 checks passed
raynelfss pushed a commit to raynelfss/qiskit that referenced this pull request Aug 11, 2025
In the recently merged Qiskit#14757 a few docs lines were overindented. Newer
versions of clippy detect this and raise a warning but the version we
run in CI doesn't have this rule so this went uncaught. This commit
fixes this small oversight so clippy is happy and the docs are properly
formatted.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: None Do not include in changelog documentation Something is not clear or an error documentation Rust This PR or issue is related to Rust code in the repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants