We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NOLINTNEXTLINE
1 parent 4a5aae9 commit 79789ccCopy full SHA for 79789cc
src/test/fuzz/miniscript.cpp
@@ -20,8 +20,6 @@ using NodeRef = miniscript::NodeRef<CPubKey>;
20
using Node = miniscript::Node<CPubKey>;
21
using Type = miniscript::Type;
22
using MsCtx = miniscript::MiniscriptContext;
23
-// https://github.com/llvm/llvm-project/issues/53444
24
-// NOLINTNEXTLINE(misc-unused-using-decls)
25
using miniscript::operator"" _mst;
26
27
//! Some pre-computed data for more efficient string roundtrips and to simulate challenges.
0 commit comments