grin/doc
Simon B 765996a630 rustfmt install instruction gotcha (#663)
* 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`
2018-01-30 08:36:18 -05:00
..
chain initial docs and images to describe receiving a block and simple sync. (#405) 2017-12-04 15:35:18 -05:00
internal WIP: Tracking Transaction Pool Implementation (#48) 2017-05-19 17:22:08 +02:00
pow Fix small typo and remove traling spaces at PoW docs 2017-12-15 10:14:14 +02:00
build.md adding clang dependency to build doc 2018-01-03 10:14:59 +00:00
code_structure.md Add doc/table_of_contents.md (#311) 2017-11-20 19:06:51 -05:00
coinbase_maturity.md coinbase maturity and output lock height docs (#597) 2018-01-16 07:46:49 -05:00
contractideas.md Contract Ideas (#194) 2017-10-23 16:32:15 +00:00
FAQ.md Minor edits to FAQ (#602) 2018-01-12 09:43:31 +00:00
grin4bitcoiners.md Small documentation improvements (#418) 2017-12-05 00:57:03 +00:00
intro.md small doc fix 2017-11-07 21:49:03 +00:00
local_net.md Doc fix: wallet receive -> wallet listen (#357) 2017-11-28 21:22:04 -05:00
merkle.md Small documentation improvements (#418) 2017-12-05 00:57:03 +00:00
pruning.md A bit more doc on pruning and validation 2018-01-10 19:57:47 +00:00
rangeproofs.md homogenize MimbleWimble writing (#438) 2017-12-07 16:13:36 -05:00
style.md rustfmt install instruction gotcha (#663) 2018-01-30 08:36:18 -05:00
table_of_contents.md Minor edits to FAQ (#602) 2018-01-12 09:43:31 +00:00
usage.md Add doc/usage that explains status and functionality grin at Testnet1 (#392) 2017-11-25 12:59:17 -05:00
wallet.md Breakout listen -i to separate method (#337) 2017-12-14 01:13:04 +01:00