Enable formatting of the network module

Remove the exclude for the `bitcoin/src/network/` directory from the
`rustfmt` config file. Do not run formatter as part of this change, this
allows the actual formatting change to be verified more easily.
This commit is contained in:
Tobin C. Harding 2022-10-27 13:35:00 +11:00
parent 81f69e846b
commit dc33c7999f
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
ignore = [
"bitcoin/src/blockdata",
"bitcoin/src/consensus",
"bitcoin/src/network",
"bitcoin/src/psbt",
"bitcoin/src/util",
]