Remove floating code comment

This code comment is not commenting anything, remove it.
This commit is contained in:
Tobin C. Harding 2023-07-26 14:47:52 +10:00
parent dfd9384d14
commit f3e8dbc392
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@ use self::all::*;
macro_rules! all_opcodes {
($($op:ident => $val:expr, $doc:expr);*) => {
// private import so we don't have to use `all::OP_FOO` in this file.
/// Enables wildcard imports to bring into scope all opcodes and nothing else.
///
/// The `all` module is provided so one can use a wildcard import `use bitcoin::opcodes::all::*` to