Commit 3ab6ef1
committed
Remove
The code is clearer and simpler without it. Note that the `a == b` early
return at the top of the function means the `a == b` test at the end of
the function could never succeed.from_bool closure.1 parent fab85dd commit 3ab6ef1
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
757 | 757 | | |
758 | 758 | | |
759 | 759 | | |
760 | | - | |
761 | | - | |
762 | 760 | | |
763 | | - | |
| 761 | + | |
764 | 762 | | |
765 | 763 | | |
766 | 764 | | |
| |||
790 | 788 | | |
791 | 789 | | |
792 | 790 | | |
793 | | - | |
| 791 | + | |
794 | 792 | | |
0 commit comments