update docs

This commit is contained in:
nora 2024-08-16 16:49:32 +02:00
parent 4ec67dee07
commit 6776616e05

View file

@ -417,9 +417,7 @@ impl ChannelsState {
} }
/// Executes an operation on the channel. /// Executes an operation on the channel.
/// /// If the channel has already been closed, the operation is dropped.
/// # Panics
/// This will panic when the channel has already been closed.
pub fn do_operation(&mut self, op: ChannelOperation) { pub fn do_operation(&mut self, op: ChannelOperation) {
op.trace(); op.trace();