Dont use "return" keyword at end of function
This commit is contained in:
parent
dc18e650bb
commit
44521a7c8c
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ impl Iterator for Walk {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return None;
|
None
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue