Update contributing docs re cargo fmt

Now that we use `cargo fmt`, update the section in the contributing
documentation.
This commit is contained in:
Tobin C. Harding 2022-07-21 09:33:02 +10:00
parent c1360067e9
commit 55312f2972
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 3 additions and 3 deletions

View File

@ -170,9 +170,9 @@ Library reflects Bitcoin Core approach whenever possible.
### Formatting ### Formatting
The repository currently does use `rustfmt`. The introduction of this is still The repository currently uses `rustfmt` (WIP, some directories are excluded). We use nightly
WIP (see 'ignore' in `rustfmt.toml`) but we are working towards full features so to run the formatter use `cargo +nightly fmt`. (Remember that your editor may be
formatting. configured to fmt with a stable toolchain, this will result in many unwanted changes.)
### Naming conventions ### Naming conventions