mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-20 04:36:08 +01:00
Merge bitcoin/bitcoin#28641: ci: Drop no longer needed NOLINTNEXTLINE
79789ccafeci: 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: ACK79789ccafeTree-SHA512: 382f3e0570f36a481498ac118ee30a34aabfd6285b21a67c19c74b240305315c5a118fb70f172b843a086262433462d45998e78306697be0ddfb20094733ee98
This commit is contained in:
@@ -20,8 +20,6 @@ using NodeRef = miniscript::NodeRef<CPubKey>;
|
|||||||
using Node = miniscript::Node<CPubKey>;
|
using Node = miniscript::Node<CPubKey>;
|
||||||
using Type = miniscript::Type;
|
using Type = miniscript::Type;
|
||||||
using MsCtx = miniscript::MiniscriptContext;
|
using MsCtx = miniscript::MiniscriptContext;
|
||||||
// https://github.com/llvm/llvm-project/issues/53444
|
|
||||||
// NOLINTNEXTLINE(misc-unused-using-decls)
|
|
||||||
using miniscript::operator"" _mst;
|
using miniscript::operator"" _mst;
|
||||||
|
|
||||||
//! Some pre-computed data for more efficient string roundtrips and to simulate challenges.
|
//! Some pre-computed data for more efficient string roundtrips and to simulate challenges.
|
||||||
|
|||||||
Reference in New Issue
Block a user