Skip to content

Commit e7d2fa4

Browse files
authored
Rollup merge of #66230 - Axelderan:remove-vestigial-comments, r=alexcrichton
remove vestigial comments referring to defunct numeric trait hierarchy I've been poking around the numeric trait hierarchy and also some of the actual numeric type implementations. This is a small change but a matter of effective communication. I looked for other related references and saw none.
2 parents b850620 + 619f057 commit e7d2fa4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/libcore/num/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ depending on the target pointer size.
235235
"}
236236
}
237237

238-
// `Int` + `SignedInt` implemented for signed integers
239238
macro_rules! int_impl {
240239
($SelfT:ty, $ActualT:ident, $UnsignedT:ty, $BITS:expr, $Min:expr, $Max:expr, $Feature:expr,
241240
$EndFeature:expr, $rot:expr, $rot_op:expr, $rot_result:expr, $swap_op:expr, $swapped:expr,
@@ -2303,7 +2302,6 @@ impl isize {
23032302
usize_isize_to_xe_bytes_doc!(), usize_isize_from_xe_bytes_doc!() }
23042303
}
23052304

2306-
// `Int` + `UnsignedInt` implemented for unsigned integers
23072305
macro_rules! uint_impl {
23082306
($SelfT:ty, $ActualT:ty, $BITS:expr, $MaxV:expr, $Feature:expr, $EndFeature:expr,
23092307
$rot:expr, $rot_op:expr, $rot_result:expr, $swap_op:expr, $swapped:expr,

0 commit comments

Comments
 (0)