Commit c1a4a63
committed
transpile: remove invalid
`' '` is not a valid punctuation, and newer versions of `proc_macro2` don't allow it.
However, we don't seem to need the space here at all,
as `zstd` (from `c2rust-testsuite`) still transpiles and compiles successfully without it.
This also updates to `proc-macro` `1.0.95` (from `1.0.86`) to test this.Punct::new(' ') in fn convert_asm
1 parent 4b7691e commit c1a4a63
2 files changed
+2
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
966 | 966 | | |
967 | 967 | | |
968 | 968 | | |
969 | | - | |
970 | 969 | | |
971 | 970 | | |
972 | 971 | | |
| |||
0 commit comments