Skip to content

Commit 225a4bf

Browse files
committed
Removed fixed fixme
1 parent c3fdefe commit 225a4bf

File tree

1 file changed

+0
-3
lines changed
  • compiler/rustc_target/src/abi

1 file changed

+0
-3
lines changed

compiler/rustc_target/src/abi/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,9 +1011,6 @@ impl Niche {
10111011
let start = v.end.wrapping_add(1) & max_value;
10121012
let end = v.end.wrapping_add(count) & max_value;
10131013

1014-
// If the `end` of our range is inside the valid range,
1015-
// then we ran out of invalid values.
1016-
// FIXME(eddyb) abstract this with a wraparound range type.
10171014
if v.contains(end) {
10181015
return None;
10191016
}

0 commit comments

Comments
 (0)