]> git.bitcoin.ninja Git - rust-lightning/commit
Export io::ErrorKind in bindings
authorMatt Corallo <git@bluematt.me>
Wed, 26 Oct 2022 21:55:23 +0000 (21:55 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 27 Oct 2022 16:14:06 +0000 (16:14 +0000)
commit94dbde8174d33bde4202e40c1bc21fe8d4b514f3
tree822ad7c94a6d054a32e28a9c0dd0ac0e355dff54
parent3b2f694c290389bcc8cbe81a4cadbddd6175c0a5
Export io::ErrorKind in bindings

The bindings have exported `io::Error` as, basically,
`io::ErrorKind`, for quite some time, so there's little reason to
not just export `io::ErrorKind` as well.
lightning/src/ln/msgs.rs