Commit 5d26145
committed
Remove semicolon from internal
This macro is used in expression position (a match arm), and only
compiles because of rust-lang#33953
Regardless of what happens with that issue, this makes the
usage of the macro less confusing at the call site.err macro1 parent 675f114 commit 5d26145
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments