Commit 0f2a7ab
committed
fix: use inline format strings in linting utils
- Update format strings to use inline syntax (tool -> {tool})
- Resolves clippy::uninlined_format_args lint errors
- Ensures compatibility with both stable and nightly toolchains
- Tested with both Rust stable (1.90.0) and nightly (1.92.0)1 parent 9188388 commit 0f2a7ab
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
0 commit comments