Closed burrbull closed 5 months ago
I settled on alternative option for now: form
with prettyplease
and then rustfmt
. As it is less breaking.
cc @jessebraham regenerated
Hmm, this seems to break things. I see a few examples of the docs being correct, but with this PR they start with /**
.
Imo this probably isn't worth changing, we're in no rush when we build in CI. If you'd like to use this workflow locally for a speed improvement though, please feel free :).
Update
form
usesprettyplease
formatter on each module (parsed withform
) before runcargo fmt
So now docs are "normalized" without usingnightly
rust.cargo fmt
could be disabled in future for speedAlso updates
svd2rust
withDebug
implementation cleanups.cc @jessebraham @MabezDev Please, review.