From 89143205f900108755f939101c92cb1c74fbbf16 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Fri, 2 Dec 2022 14:40:49 +1100 Subject: [PATCH] Enable formatting for consensus Remove the exclude for the `consensus` module. Do not run the formatter, that will be done as a separate patch to aid review. --- rustfmt.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 5290e495..3018b339 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,7 +1,6 @@ # Eventually this shoud be: ignore = [] ignore = [ "bitcoin/src/blockdata", - "bitcoin/src/consensus", "bitcoin/src/crypto", "bitcoin/src/psbt", "bitcoin/src/util",