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.
///
/// # Panics
/// This will panic when the channel has already been closed.
/// If the channel has already been closed, the operation is dropped.
pub fn do_operation(&mut self, op: ChannelOperation) {
op.trace();