Skip to content

Commit 812891a

Browse files
Specialize ToString implementation on u128 and i128
1 parent 1166a79 commit 812891a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/alloc/src/string.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2870,6 +2870,7 @@ impl_to_string! {
28702870
i32, u32,
28712871
i64, u64,
28722872
isize, usize,
2873+
i128, u128,
28732874
}
28742875

28752876
#[cfg(not(no_global_oom_handling))]

0 commit comments

Comments
 (0)