Browse Source

Fix complex type clippy errors

onyinyang 1 month ago
parent
commit
64d8a7b9ab
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/proto/check_blockage.rs
  2. 1 0
      src/proto/trust_promotion.rs

+ 1 - 0
src/proto/check_blockage.rs

@@ -102,6 +102,7 @@ pub fn request(
     }
 }
 
+#[allow(clippy::type_complexity)]
 #[cfg(feature = "bridgeauth")]
 impl BridgeAuth {
     pub fn handle_check_blockage(

+ 1 - 0
src/proto/trust_promotion.rs

@@ -117,6 +117,7 @@ pub fn request(
     }
 }
 
+#[allow(clippy::type_complexity)]
 #[cfg(feature = "bridgeauth")]
 impl BridgeAuth {
     pub fn handle_trust_promotion(