Update error description

Remove the statement which is not valid anymore.
pull/79/head
Daniel Abramov 5 years ago committed by GitHub
parent f818322a25
commit b807f76ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/error.rs

@ -55,8 +55,7 @@ pub enum Error {
/// - When writing: your message is bigger than the configured max message size
/// (64MB by default).
Capacity(Cow<'static, str>),
/// Protocol violation. Only returned from reads, if the remote caused a protocol
/// violation. Messages you send are currently not checked for protocol validity.
/// Protocol violation.
Protocol(Cow<'static, str>),
/// Message send queue full.
SendQueueFull(Message),

Loading…
Cancel
Save