Skip to content

Commit

Permalink
fix actual test code ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem committed Jul 9, 2022
1 parent fffd689 commit 7c190ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fn some_fn(input: bool) -> usize {
if input {
2 + 4
} else {
3.saturating_add(5)
3_usize.saturating_add(5)
}
}

Expand Down

0 comments on commit 7c190ef

Please sign in to comment.