Skip to content

Commit bf8c41d

Browse files
committed
Merge bitcoin#28641: ci: Drop no longer needed NOLINTNEXTLINE
79789cc ci: Drop no longer needed `NOLINTNEXTLINE` (Hennadii Stepanov) Pull request description: After recent tool updates in the "tidy" CI task, the one instance of `NOLINTNEXTLINE` is not required anymore. ACKs for top commit: fanquake: ACK 79789cc Tree-SHA512: 382f3e0570f36a481498ac118ee30a34aabfd6285b21a67c19c74b240305315c5a118fb70f172b843a086262433462d45998e78306697be0ddfb20094733ee98
2 parents 06d469c + 79789cc commit bf8c41d

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)