Compare commits

...

2 Commits

Author SHA1 Message Date
Owen Troke-Billard c323d3e8f2 Elide lifetime 2025-02-27 18:57:41 -07:00
Owen Troke-Billard cde01d607b Fix diagrams 2025-02-27 17:21:22 -07:00
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -56,7 +56,7 @@ where
}
}
impl<'a, Query, Data, NodeEq, EdgeEq> Iterator for IsomorphismIter<'a, Query, Data, NodeEq, EdgeEq>
impl<Query, Data, NodeEq, EdgeEq> Iterator for IsomorphismIter<'_, Query, Data, NodeEq, EdgeEq>
where
Query: Graph,
Data: Graph,