From 0aabbbe31d14fa851ca466291cb77f44a59b2910 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Wed, 30 Jul 2025 19:02:22 -0400 Subject: ZJIT: Remove false comment [ci skip] --- zjit/src/asm/arm64/arg/shifted_imm.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/zjit/src/asm/arm64/arg/shifted_imm.rs b/zjit/src/asm/arm64/arg/shifted_imm.rs index 4602ac64ab..06daefdef7 100644 --- a/zjit/src/asm/arm64/arg/shifted_imm.rs +++ b/zjit/src/asm/arm64/arg/shifted_imm.rs @@ -16,7 +16,6 @@ pub struct ShiftedImmediate { impl TryFrom for ShiftedImmediate { type Error = (); - /// Attempt to convert a u64 into a BitmaskImm. fn try_from(value: u64) -> Result { let current = value; if current < 2_u64.pow(12) { -- cgit v1.2.3