mitranim / sublime-rust-fmt

Sublime Text plugin that formats Rust code with rustfmt
30 stars 3 forks source link

Does not work with latest rustfmt #6

Closed ehuss closed 6 years ago

ehuss commented 6 years ago

Unfortunately this plugin no longer works with rustfmt starting with nightly 2018-05-16 (or thereabouts). The --write-mode display option has been renamed to --emit stdout. See https://github.com/rust-lang-nursery/rustfmt/commit/5d9f5aa05a668e7dfef87b46d89dad2884df9d41

mitranim commented 6 years ago

Thanks for the notice. Released an update that should fix this.

mitranim commented 6 years ago

Assuming it works.