mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
765996a630
* rustfmt install instruction gotcha rustfmt stopped working for me. It turns out people started having trouble with this last year already https://github.com/rust-lang-nursery/rustfmt/issues/2304 * rustfmt on a single file now works! Secrets inside After `rustup component add rustfmt-preview` I get rustfmt as a command in my terminal. `rustfmt --help` reveals --write-mode [replace|overwrite|display|plain|diff|coverage|checkstyle] and we've been using the default which is either `overwrite` or `replace` (depending on rustfmt version) and this was changing a bunch of files and a messed up workflow. * Newcomer-friendly explanation how to use `rustfmt` |
||
---|---|---|
.. | ||
chain | ||
internal | ||
pow | ||
build.md | ||
code_structure.md | ||
coinbase_maturity.md | ||
contractideas.md | ||
FAQ.md | ||
grin4bitcoiners.md | ||
intro.md | ||
local_net.md | ||
merkle.md | ||
pruning.md | ||
rangeproofs.md | ||
style.md | ||
table_of_contents.md | ||
usage.md | ||
wallet.md |