Skip to content

Commit 79789cc

Browse files
committed
ci: Drop no longer needed NOLINTNEXTLINE
1 parent 4a5aae9 commit 79789cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/fuzz/miniscript.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ using NodeRef = miniscript::NodeRef<CPubKey>;
2020
using Node = miniscript::Node<CPubKey>;
2121
using Type = miniscript::Type;
2222
using MsCtx = miniscript::MiniscriptContext;
23-
// https://github.com/llvm/llvm-project/issues/53444
24-
// NOLINTNEXTLINE(misc-unused-using-decls)
2523
using miniscript::operator"" _mst;
2624

2725
//! Some pre-computed data for more efficient string roundtrips and to simulate challenges.

0 commit comments

Comments
 (0)