From 467fe56b2cafa4364fe4d3e40fbc6ee27d9d897c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maja=20K=C4=85dzio=C5=82ka?= Date: Sat, 1 Apr 2023 19:58:52 +0200 Subject: [PATCH] Deploy tactical nuclear warhead on comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-By: Marcelina Koƛcielnicka --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 2c6e714..f3bf179 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -284,7 +284,6 @@ pub mod _internal { } pub const fn next_bit(x: u128) -> u128 { - // trailing_ones is beyond our MSRV 1 << x.trailing_ones() } }