From d210d2ac832802a61d1923aeb0b3483c2b4ca50b Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Wed, 22 Feb 2023 10:02:33 +1100 Subject: [PATCH] Enable formatting for util Remove the exclude for the `util` 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 2e5d6794..bae46e28 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,6 +1,5 @@ # Eventually this shoud be: ignore = [] ignore = [ - "bitcoin/src/util", "hashes", ]