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:
parent
81f69e846b
commit
dc33c7999f
|
@ -2,7 +2,6 @@
|
||||||
ignore = [
|
ignore = [
|
||||||
"bitcoin/src/blockdata",
|
"bitcoin/src/blockdata",
|
||||||
"bitcoin/src/consensus",
|
"bitcoin/src/consensus",
|
||||||
"bitcoin/src/network",
|
|
||||||
"bitcoin/src/psbt",
|
"bitcoin/src/psbt",
|
||||||
"bitcoin/src/util",
|
"bitcoin/src/util",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue