We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a37e8c commit b070f39Copy full SHA for b070f39
hugr-core/src/hugr/internal.rs
@@ -46,7 +46,7 @@ pub trait HugrInternals {
46
// when doing so we are unable to restrict the type to implement petgraph's
47
// traits over references (e.g. `&MyGraph : IntoNodeIdentifiers`, which is
48
// needed if we want to use petgraph's algorithms on the region graph).
49
- // This won't be solvable until we don't do the big petgraph refactor -.-
+ // This won't be solvable until we do the big petgraph refactor -.-
50
// In the meantime, just wrap the portgraph in a `FlatRegion` as needed.
51
fn region_portgraph(
52
&self,
0 commit comments