From 7cb198aea1d830d4c0adced6fec2757dd8561445 Mon Sep 17 00:00:00 2001 From: rishflab Date: Fri, 12 Mar 2021 12:52:23 +1100 Subject: [PATCH] Remove pointless todo The container is defined in the tests module indicating it is only suitable for these tests --- swap/tests/testutils/bitcoind.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/swap/tests/testutils/bitcoind.rs b/swap/tests/testutils/bitcoind.rs index 8f8873e7..9f1fcd03 100644 --- a/swap/tests/testutils/bitcoind.rs +++ b/swap/tests/testutils/bitcoind.rs @@ -98,8 +98,6 @@ impl IntoIterator for BitcoindArgs { type Item = String; type IntoIter = ::std::vec::IntoIter; - // todo: these "defaults" are only suitable for our tests and need to be looked - // at fn into_iter(self) -> ::IntoIter { let args = vec![ "-server".to_string(),