From 196d7ecf3332e9d51492755dc2f80832cbd9bebc Mon Sep 17 00:00:00 2001 From: Roei Erez Date: Thu, 14 Dec 2023 11:27:01 +0200 Subject: [PATCH] remove redundant line from rust snippet --- snippets/rust/src/webhook.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/snippets/rust/src/webhook.rs b/snippets/rust/src/webhook.rs index fd4c1a1..0f82936 100644 --- a/snippets/rust/src/webhook.rs +++ b/snippets/rust/src/webhook.rs @@ -1,7 +1,5 @@ use std::sync::Arc; - use anyhow::Result; -use breez_sdk_core::InputType::LnUrlWithdraw; use breez_sdk_core::*; async fn webhook(sdk: Arc) -> Result<()> {