Skip to content

Commit 4cc320b

Browse files
authored
Merge pull request #934 from TheBlueMatt/2021-05-new-tag
Add new `(C-not implementable)` tag on `EventsProvider`
2 parents 58a4f6c + 27c05fd commit 4cc320b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lightning/src/util/events.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,9 @@ pub trait MessageSendEventsProvider {
395395
/// may safely use the provider (e.g., see [`ChannelManager::process_pending_events`] and
396396
/// [`ChainMonitor::process_pending_events`]).
397397
///
398+
/// (C-not implementable) As there is likely no reason for a user to implement this trait on their
399+
/// own type(s).
400+
///
398401
/// [`process_pending_events`]: Self::process_pending_events
399402
/// [`handle_event`]: EventHandler::handle_event
400403
/// [`ChannelManager::process_pending_events`]: crate::ln::channelmanager::ChannelManager#method.process_pending_events

0 commit comments

Comments
 (0)