fix(proto): drop the constant assertion clippy rejects (CI parity)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user