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)
It appears to be effectively-deprecated in Rust now, and didn't
really appear to serve a lot of purpose anyway.


No differences found