We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea30171 commit abcaae1Copy full SHA for abcaae1
lightning/src/ln/channelmanager.rs
@@ -8894,8 +8894,7 @@ pub mod bench {
8894
8895
use test::Bencher;
8896
8897
- #[allow(type_alias_bounds)] // rustc warns us about unapplied bounds, but errors without...
8898
- type Manager<'a, P: Persist<InMemorySigner>> = ChannelManager<
+ type Manager<'a, P> = ChannelManager<
8899
&'a ChainMonitor<InMemorySigner, &'a test_utils::TestChainSource,
8900
&'a test_utils::TestBroadcaster, &'a test_utils::TestFeeEstimator,
8901
&'a test_utils::TestLogger, &'a P>,
0 commit comments