Skip to content

Commit 9da3853

Browse files
committed
02_basic_calculator/08_overflow
1 parent b8ae6f5 commit 9da3853

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ resolver = "2"
1212
# regardless of the "global" setting for `overflow-checks` on the `dev` profile.
1313
[profile.dev.package.copy]
1414
overflow-checks = true
15+
16+
# 2.8. Overflow and underflow
17+
[profile.dev]
18+
overflow-checks = false
19+

0 commit comments

Comments
 (0)