Closed ehuss closed 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
rustfmt
--write-mode display
--emit stdout
Thanks for the notice. Released an update that should fix this.
Assuming it works.
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