Skip to content

Commit ad616b5

Browse files
authored
Disable overflow-checks in Tokio, not debug asserts (#13151)
I didn't let my loop run long enough to test whether #13147 fixed the issue... In any case overflow-checks is what we want, not debug assertions.
1 parent 4d0a38e commit ad616b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ opt-level = 's'
707707
# then this can be removed. Otherwise this is causing spurious failures on CI at
708708
# this time.
709709
[profile.dev.package.tokio]
710-
debug-assertions = false
710+
overflow-checks = false
711711

712712
[profile.profiling]
713713
inherits = "bench"

0 commit comments

Comments
 (0)