fix(proto): drop the constant assertion clippy rejects (CI parity)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-16 17:18:06 +02:00
parent c95e9125b9
commit f910d23fb2
-1
View File
@@ -949,7 +949,6 @@ mod tests {
// The compat window: v4 is additive over v3, so the host floor stays one below. // The compat window: v4 is additive over v3, so the host floor stays one below.
assert_eq!(PROTOCOL_VERSION, 4); assert_eq!(PROTOCOL_VERSION, 4);
assert_eq!(MIN_DRIVER_PROTOCOL_VERSION, 3); assert_eq!(MIN_DRIVER_PROTOCOL_VERSION, 3);
assert!(MIN_DRIVER_PROTOCOL_VERSION <= PROTOCOL_VERSION);
} }
#[test] #[test]