mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-24 22:45:41 +01:00
refactor: remove unused using directives
This commit is contained in:
@@ -120,6 +120,8 @@ struct KeyConverter {
|
||||
//! Singleton instance of KeyConverter.
|
||||
const KeyConverter CONVERTER{};
|
||||
|
||||
// https://github.com/llvm/llvm-project/issues/53444
|
||||
// NOLINTNEXTLINE(misc-unused-using-decls)
|
||||
using miniscript::operator"" _mst;
|
||||
|
||||
enum TestMode : int {
|
||||
|
||||
Reference in New Issue
Block a user