mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
Add a no-bindings-map comment to std::io::ErrorKind
in DecodeErr
This commit is contained in:
parent
6c0025439e
commit
1d0645f7e6
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ pub enum DecodeError {
|
|||
/// A length descriptor in the packet didn't describe the later data correctly
|
||||
BadLengthDescriptor,
|
||||
/// Error from std::io
|
||||
Io(::std::io::ErrorKind),
|
||||
Io(/// (C-not exported) as ErrorKind doesn't have a reasonable mapping
|
||||
::std::io::ErrorKind),
|
||||
}
|
||||
|
||||
/// An init message to be sent or received from a peer
|
||||
|
|
Loading…
Add table
Reference in a new issue