mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-29 19:33:34 +00:00
fix: add clippy allow for manual_range_contains in pi_quant_tests
- Allow clippy::manual_range_contains for test range checks - Allow clippy::needless_range_loop for test iteration patterns - These are test-specific patterns that prioritize readability Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
parent
82df750cc2
commit
f7be59ad72
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue