Skip to content

Commit

Permalink
Fix docs linking private PullForward
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Nov 23, 2023
1 parent f7ab0ad commit 783aafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tket2/src/passes/commutation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ fn commutation_on_port(comms: &[(usize, Pauli)], port: Port) -> Option<Pauli> {
.find_map(|(i, p)| (*i == port.index()).then_some(*p))
}

/// Error from a [`PullForward`] operation.
/// Error from a `PullForward` operation.
#[derive(Debug, Clone, Error, PartialEq, Eq)]
#[allow(missing_docs)]
pub enum PullForwardError {
Expand Down

0 comments on commit 783aafe

Please sign in to comment.