]> git.bitcoin.ninja Git - rust-lightning/commit
Drop `std::Error` impl for `PeerHandleError`
authorMatt Corallo <git@bluematt.me>
Sat, 17 Aug 2024 15:59:34 +0000 (15:59 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 21 Aug 2024 14:11:01 +0000 (14:11 +0000)
commit75a2089c154b3d354eb2d4b715e9cf05a63d8af2
tree0fac435a5760b211c377218230f48c8081b994eb
parentd89a487d5b87f8f8f7308be50d14e29d85f66e6d
Drop `std::Error` impl for `PeerHandleError`

Not sure why we ever really had this, no one really ever bounds
anything on `std::Error` and its kinda a dead type, so there's no
need for us to `impl` it for our types.
lightning/src/ln/peer_handler.rs