Compare commits

..

No commits in common. "c323d3e8f27a521f3d8691a8166ca2e02883d1d2" and "42f16685b85070eb8832363574cc7029592545cb" have entirely different histories.

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.9 KiB

After

Width:  |  Height:  |  Size: 9.8 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<Query, Data, NodeEq, EdgeEq> Iterator for IsomorphismIter<'_, Query, Data, NodeEq, EdgeEq>
impl<'a, Query, Data, NodeEq, EdgeEq> Iterator for IsomorphismIter<'a, Query, Data, NodeEq, EdgeEq>
where
Query: Graph,
Data: Graph,