dubp: ignore classes with only static members

This commit is contained in:
poka 2021-11-07 04:21:51 +01:00
parent e14f55746e
commit 5296ab107b
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ enum WalletType {
bip32Ed25519, bip32Ed25519,
} }
// ignore: avoid_classes_with_only_static_members
/// DUBP Rust utilities /// DUBP Rust utilities
/// ///
/// All the functions of this package are static methods of this /// All the functions of this package are static methods of this