Closed deepink-mas closed 1 year ago
I think i tried to remove that duplicate ;
branch before, but it did not work. Lets see if the CI compiles it this time...
Ah, I see that there is indeed a failure due to a local ambiguity (with --features=runtime-benchmarks), which seems to happen because tt
can apparently match a semi-colon.
Can we just require the semi-colon to be present? Or is that an externally visible change?
I removed that semi-colon deduplication stuff.
The CI pipeline was cancelled due to failure one of the required jobs. Job name: cargo-check-each-crate-macos Logs: https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/3169094
looks like some stuff still failing
Can we just require the semi-colon to be present? Or is that an externally visible change?
We want it to work with and without semi-colon.
Can we just require the semi-colon to be present? Or is that an externally visible change?
We want it to work with and without semi-colon.
Yeah, that's what I figured :)
looks like some stuff still failing
Yeah, I'll park this for now...
remove redundant arm