Missed this one :)
parent
158ca093dd
commit
c934a65a87
|
|
@ -88,7 +88,6 @@ pub trait GraphLike<Node, NodeId> {
|
||||||
}
|
}
|
||||||
// Keep track of retries
|
// Keep track of retries
|
||||||
retries += 1;
|
retries += 1;
|
||||||
most_steps = steps.len();
|
|
||||||
if retries >= Self::MAX_RETRIES {
|
if retries >= Self::MAX_RETRIES {
|
||||||
return Err(());
|
return Err(());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue