We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d423c commit 3c02210Copy full SHA for 3c02210
libm/src/math/support/int_traits/narrowing_div.rs
@@ -89,7 +89,6 @@ where
89
U::D: Int + NarrowingDiv,
90
{
91
if n.leading_zeros() > 0 || a >= n {
92
- debug_assert!(false, "unsafe preconditions not met");
93
unsafe { core::hint::unreachable_unchecked() }
94
}
95
0 commit comments