From c8a3c58786ad8a76c9a084a953accef22ff35d19 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Fri, 2 Dec 2022 14:45:50 +1100 Subject: [PATCH] Enable formatting for crypto Remove the exclude for the `crypto` 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 3018b339..53fb3127 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,7 +1,6 @@ # Eventually this shoud be: ignore = [] ignore = [ "bitcoin/src/blockdata", - "bitcoin/src/crypto", "bitcoin/src/psbt", "bitcoin/src/util", "hashes",