Commit bd8ffdf
Fix clippy warnings in ringkernel-procint and ringkernel-accnet
- Use sort_by_key() with Reverse instead of sort_by() in 3 places
- Use checked_div() instead of manual division check in charts.rs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 39b323c commit bd8ffdf
File tree
4 files changed
+4
-8
lines changed- crates
- ringkernel-accnet/src/gui
- ringkernel-procint/src
- analytics
- gui
4 files changed
+4
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
674 | | - | |
675 | | - | |
676 | | - | |
677 | | - | |
678 | | - | |
| 674 | + | |
679 | 675 | | |
680 | 676 | | |
681 | 677 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| |||
0 commit comments