Drop std::error::Error impl for DecodeError
authorMatt Corallo <git@bluematt.me>
Sat, 18 Apr 2020 01:14:54 +0000 (21:14 -0400)
committerMatt Corallo <git@bluematt.me>
Sun, 19 Apr 2020 00:47:16 +0000 (20:47 -0400)
commitf5b0663f6a8f437c8d86433a07cb5aeca53b8c86
tree78d3870b20c37f5087ef1cee768af36e62e8b5ab
parent7e0b57615f568f773a7b742c10997985ecbbbb75
Drop std::error::Error impl for DecodeError

It appears to be effectively-deprecated in Rust now, and didn't
really appear to serve a lot of purpose anyway.
lightning/src/ln/msgs.rs