We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852af52 commit e1667d6Copy full SHA for e1667d6
src/internal_type_traits.rs
@@ -66,7 +66,7 @@ macro_rules! impl_integral {
66
67
#[inline]
68
fn one() -> Self {
69
- 0
+ 1
70
}
71
72
)*
0 commit comments