You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would highly recommend not making rustfmt a hard-dependency of your crate, not every developer will have it installed, and especially not on CI systems. If you look at how bindgen handles it they just log and output the unformatted code if rustfmt is not available.
It might be worth opening an issue on tonic to have a fallback when rustfmt isn't available like bindgen, so that you get nicer generated code when possible.
Crate name: etcd-client
Build failure link: https://docs.rs/crate/etcd-client/0.5.1/builds/261250
Additional details: 'rustfmt' is not installed for the toolchain 'nightly-2020-06-11-x86_64-unknown-linux-gnu'
The text was updated successfully, but these errors were encountered: