Dont use "return" keyword at end of function

This commit is contained in:
Matthias Beyer 2018-04-24 21:09:28 +02:00
parent dc18e650bb
commit 44521a7c8c

View file

@ -131,7 +131,7 @@ impl Iterator for Walk {
} }
} }
return None; None
} }
} }