Skip to content

Commit 4e23988

Browse files
committed
Remove TODO for signed/unsigned mixed math
1 parent 7326269 commit 4e23988

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

num/u32.h

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ struct u32 {
7777
// TODO: checked_next_multiple_of().
7878
// TODO: from_str_radix(). Need Result type and Errors.
7979
// TODO: next_power_of_two().
80-
// TODO: checked_add_signed() and friends?
8180

8281
/// The inner primitive value, in case it needs to be unwrapped from the
8382
/// type. Avoid using this member except to convert when a consumer

0 commit comments

Comments
 (0)