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
|
### 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue