Commit 7ea7cb4
committed
feat(min_max): enhance documentation and clarify error messages
- Updated macro comment to explicitly document dictionary unwrapping behavior, stating that min/max operates on logically compatible scalar values (min_max.rs)
- Clarified catch-all error arm wording to emphasize logical incompatibility instead of enum-variant mismatch, changing it to "logically incompatible scalar values" (min_max.rs)1 parent a80fc77 commit 7ea7cb4
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
| |||
431 | 433 | | |
432 | 434 | | |
433 | 435 | | |
434 | | - | |
| 436 | + | |
435 | 437 | | |
436 | 438 | | |
437 | 439 | | |
| |||
0 commit comments