Commit 458947b
Rust: Improve pri, pln, and fmt
Using the snippets with format args pretty much always means that the
format args need to be used using `{}` or `{:?}`.
See: https://doc.rust-lang.org/std/fmt/1 parent 405ea72 commit 458947b
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments