Skip to content

Commit abcaae1

Browse files
committed
f drop unenforced bound
1 parent ea30171 commit abcaae1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8894,8 +8894,7 @@ pub mod bench {
88948894

88958895
use test::Bencher;
88968896

8897-
#[allow(type_alias_bounds)] // rustc warns us about unapplied bounds, but errors without...
8898-
type Manager<'a, P: Persist<InMemorySigner>> = ChannelManager<
8897+
type Manager<'a, P> = ChannelManager<
88998898
&'a ChainMonitor<InMemorySigner, &'a test_utils::TestChainSource,
89008899
&'a test_utils::TestBroadcaster, &'a test_utils::TestFeeEstimator,
89018900
&'a test_utils::TestLogger, &'a P>,

0 commit comments

Comments
 (0)