mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
update docs
This commit is contained in:
parent
4ec67dee07
commit
6776616e05
1 changed files with 1 additions and 3 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue