Skip to content

Commit

Permalink
Clean a little
Browse files Browse the repository at this point in the history
  • Loading branch information
tjpalmer committed Dec 9, 2018
1 parent 29104d9 commit b239ae4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 2018/02/rust/compare/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ fn main() -> Try<()> {
if diff_index >= 0 {
// More than one different.
continue 'others;
} else {
diff_index = index as i32;
}
diff_index = index as i32;
}
}
if diff_index >= 0 {
Expand Down

0 comments on commit b239ae4

Please sign in to comment.