From f01f047b2185b9a43e5dd717098f27cf8021871a Mon Sep 17 00:00:00 2001 From: Tobin Harding Date: Wed, 9 Mar 2022 13:53:15 +1100 Subject: [PATCH] Remove unnecessary newlines Whitespace only, no code changes. --- src/blockdata/opcodes.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/blockdata/opcodes.rs b/src/blockdata/opcodes.rs index 2a8e4b75..3a42601f 100644 --- a/src/blockdata/opcodes.rs +++ b/src/blockdata/opcodes.rs @@ -659,7 +659,6 @@ impl fmt::Debug for All { } } - /// Classification context for the opcode. /// /// Some opcodes like `OP_RESERVED` abort the script in [`ClassifyContext::Legacy`] context, but @@ -749,7 +748,6 @@ impl From for All { } } - display_from_debug!(All); #[cfg(feature = "serde")] @@ -1165,4 +1163,3 @@ mod tests { assert_eq!(unique.len(), 256); } } -