It would be much appreciated if SkeletonBuilder could be configured with .rustfmt(None)
Rustup offers various profiles (minimal, default, complete), and rustfmt is not part of the minimal profile. However, there's really no need for it in CI builds and such (and ideally, you don't vendor generated code anyways).
It would be much appreciated if
SkeletonBuildercould be configured with.rustfmt(None)Rustup offers various profiles (minimal, default, complete), and rustfmt is not part of the minimal profile. However, there's really no need for it in CI builds and such (and ideally, you don't vendor generated code anyways).