From dc33c7999f5b461c996be2fe11c4481e7ed8ceb9 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Thu, 27 Oct 2022 13:35:00 +1100 Subject: [PATCH] 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. --- rustfmt.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 466114a8..0beedbe1 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -2,7 +2,6 @@ ignore = [ "bitcoin/src/blockdata", "bitcoin/src/consensus", - "bitcoin/src/network", "bitcoin/src/psbt", "bitcoin/src/util", ]