ulyssa / iamb

A Matrix client for Vim addicts
https://iamb.chat
Apache License 2.0
608 stars 45 forks source link

Fix `cargo fmt --check` issues #302

Closed jarkkojs closed 2 months ago

jarkkojs commented 3 months ago

Same story as with clippy, really cannot trust the quality otherwise, if all the conventions are broken.

ulyssa commented 2 months ago

It looks like you're running cargo fmt instead of cargo +nightly fmt. (You should be seeing warnings printed from rustfmt when you do so, listing the unstable features that it's running without.)