Commit 6a43384
committed
Suppress unused variable warning on variables used in group macro
warning: variable `brace` is assigned to, but never used
--> tests/test_meta.rs:168:17
|
168 | let brace;
| ^^^^^
|
= note: consider using `_brace` instead
= note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default1 parent 59ce6bb commit 6a43384
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
| |||
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
| 230 | + | |
229 | 231 | | |
230 | 232 | | |
231 | 233 | | |
| |||
281 | 283 | | |
282 | 284 | | |
283 | 285 | | |
| 286 | + | |
284 | 287 | | |
285 | 288 | | |
286 | 289 | | |
| |||
0 commit comments