Skip to content

Commit 467fe56

Browse files
committed
Deploy tactical nuclear warhead on comment
Reported-By: Marcelina Kościelnicka <[email protected]>
1 parent 682237c commit 467fe56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ pub mod _internal {
284284
}
285285

286286
pub const fn next_bit(x: u128) -> u128 {
287-
// trailing_ones is beyond our MSRV
288287
1 << x.trailing_ones()
289288
}
290289
}

0 commit comments

Comments
 (0)