Commit 8e3e64d
committed
Allow uninlined variables (ignore Clippy)
As of 1.66, Clippy lints on `"{}", d` instead of `"{d}"`.
However, this behavior is only available as of 1.58-
which postdates the 2021 edition (launched in 1.56).
Ignore the lint, to maintain a lower minimum supported Rust version.1 parent 7a9817c commit 8e3e64d
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
121 | 127 | | |
122 | 128 | | |
123 | 129 | | |
| |||
0 commit comments