Commit 2f73f71
committed
fix: resolve CI failures for clippy and macOS uptime test
- Fix clippy::borrow-as-ptr lint error in parse_size.rs by using raw pointer syntax
- Fix macOS uptime test regex to accept integer load averages without decimals
Fixes OpenBSD and macOS CI test failures in PR uutils#96531 parent 10e7ea1 commit 2f73f71
File tree
2 files changed
+3
-3
lines changed- src/uucore/src/lib/features/parser
- tests/by-util
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
342 | | - | |
| 341 | + | |
| 342 | + | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| |||
0 commit comments