Commit 904c9db
committed
fix: use direct variable interpolation in format strings for clippy::uninlined_format_args lint
- Replace 'format!("...: {}", var)' with 'format!("...: {var}")' for better readability
- Fix clippy pedantic lint warnings from newer stable Rust versions
- Affects two anyhow::anyhow! error messages in Docker container setup1 parent e33a396 commit 904c9db
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
| 182 | + | |
184 | 183 | | |
185 | 184 | | |
186 | 185 | | |
| |||
0 commit comments