Commit b6a0787
Fix clippy large_stack_arrays warning by allowing lint (#979)
* Initial plan
* Refactor probabilistic data structures to use heap allocation and fix clippy large_stack_arrays warning
Co-authored-by: siriak <[email protected]>
* Address code review feedback: use vec! macro and repeat_with for clarity
Co-authored-by: siriak <[email protected]>
* Revert unnecessary code changes, keep only lint allow for clippy large_stack_arrays warning
Co-authored-by: siriak <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: siriak <[email protected]>1 parent 1b3d80d commit b6a0787
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
0 commit comments