CensoredUsername / dynasm-rs

A dynasm-like tool for rust.
https://censoredusername.github.io/dynasm-rs/language/index.html
Mozilla Public License 2.0
716 stars 52 forks source link

Remove stray semicolon #42

Closed Mark-Simulacrum closed 4 years ago

Mark-Simulacrum commented 5 years ago

This semicolon is currently silently ignored, but that may be changing that in the future due to compiler updates.

cc rust-lang/rust#64284

CensoredUsername commented 4 years ago

Thanks!