Update contributing docs re cargo fmt
Now that we use `cargo fmt`, update the section in the contributing documentation.
This commit is contained in:
parent
c1360067e9
commit
55312f2972
|
@ -170,9 +170,9 @@ Library reflects Bitcoin Core approach whenever possible.
|
|||
|
||||
### Formatting
|
||||
|
||||
The repository currently does use `rustfmt`. The introduction of this is still
|
||||
WIP (see 'ignore' in `rustfmt.toml`) but we are working towards full
|
||||
formatting.
|
||||
The repository currently uses `rustfmt` (WIP, some directories are excluded). We use nightly
|
||||
features so to run the formatter use `cargo +nightly fmt`. (Remember that your editor may be
|
||||
configured to fmt with a stable toolchain, this will result in many unwanted changes.)
|
||||
|
||||
### Naming conventions
|
||||
|
||||
|
|
Loading…
Reference in New Issue