Commit 7fac166
committed
chore: addressing clippy uninlined_format_args warnings
Output from clippy 0.1.90 (a001497644 2025-07-14):
> = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
> = note: `#[warn(clippy::uninlined_format_args)]` on by default
> help: change this to
> cmd => panic!("unimplemented {:?}", cmd),
> cmd => panic!("unimplemented {cmd:?}"),
Signed-off-by: AlfredWilmot <[email protected]>1 parent ec56f48 commit 7fac166
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| |||
0 commit comments