Currently if you try to save async/await code you get a rustfmt error. In order to fix it you need to pass the argument "--edition 2018" to it (cargo fmt does it automatically). Unfortunately rustic dosen't allow to customize rustfmt options, only the binary path. Would be cool if there was a variable for customizing rustfmt options.
Thanks for your work, the mode is quite cool overall.