mirror of
https://github.com/Swatinem/rust-cache
synced 2026-09-07 20:03:24 +00:00
fix actual test code ;-)
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ fn some_fn(input: bool) -> usize {
|
||||
if input {
|
||||
2 + 4
|
||||
} else {
|
||||
3.saturating_add(5)
|
||||
3_usize.saturating_add(5)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user