Skip to content

Commit

Permalink
chore: Fix new clippy 1.80 lint (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q authored Jul 25, 2024
1 parent 95012ed commit 9e942bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/subgraph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ where
///
/// - `graph`: the graph to take a subgraph from,
/// - `boundary`: the boundary ports. Incoming ports are incoming boundary edges,
/// and outgoing ports are outgoing boundary edges.
/// and outgoing ports are outgoing boundary edges.
///
/// This initialisation is linear in the size of the subgraph.
pub fn new_subgraph(graph: G, boundary: impl IntoIterator<Item = PortIndex>) -> Self {
Expand Down

0 comments on commit 9e942bc

Please sign in to comment.