Skip to content

Commit

Permalink
fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
orpuente-MS committed Feb 7, 2025
1 parent 024ed64 commit 9d193b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/qsc_qasm3/src/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1822,7 +1822,7 @@ pub enum IndexSetItem {
Err,
}

/// This is needed to able to use IndexSetItem in the `seq` combinator.
/// This is needed to able to use `IndexSetItem` in the `seq` combinator.
impl WithSpan for IndexSetItem {
fn with_span(self, _span: Span) -> Self {
self
Expand Down

0 comments on commit 9d193b3

Please sign in to comment.