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.
i64::midpoint
i128
1 parent 9fa0146 commit ad80da6Copy full SHA for ad80da6
library/core/src/num/mod.rs
@@ -429,7 +429,7 @@ impl i64 {
429
from_xe_bytes_doc = "",
430
bound_condition = "",
431
}
432
- midpoint_impl! { i64, i128, signed }
+ midpoint_impl! { i64, signed }
433
434
435
impl i128 {
@@ -530,7 +530,7 @@ impl isize {
530
from_xe_bytes_doc = usize_isize_from_xe_bytes_doc!(),
531
bound_condition = " on 64-bit targets",
532
533
- midpoint_impl! { isize, i128, signed }
+ midpoint_impl! { isize, signed }
534
535
536
/// If the 6th bit is set ascii is lower case.
0 commit comments