diff --git a/crates/ruvllm/tests/pi_quant_tests.rs b/crates/ruvllm/tests/pi_quant_tests.rs index d889a6e58..dd9a96dd3 100644 --- a/crates/ruvllm/tests/pi_quant_tests.rs +++ b/crates/ruvllm/tests/pi_quant_tests.rs @@ -1,3 +1,6 @@ +#![allow(clippy::manual_range_contains)] +#![allow(clippy::needless_range_loop)] + //! Pi-Quantization Unit Tests for ADR-090 //! //! Comprehensive tests for the PiQuantizer implementation including: