ci: Drop no longer needed NOLINTNEXTLINE

This commit is contained in:
Hennadii Stepanov 2023-10-12 11:01:47 +01:00
parent 4a5aae9330
commit 79789ccafe
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -20,8 +20,6 @@ using NodeRef = miniscript::NodeRef<CPubKey>;
using Node = miniscript::Node<CPubKey>;
using Type = miniscript::Type;
using MsCtx = miniscript::MiniscriptContext;
// https://github.com/llvm/llvm-project/issues/53444
// NOLINTNEXTLINE(misc-unused-using-decls)
using miniscript::operator"" _mst;
//! Some pre-computed data for more efficient string roundtrips and to simulate challenges.