]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #7698 - dtolnay:description, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 12 Dec 2019 19:03:51 +0000 (19:03 +0000)
committerbors <bors@rust-lang.org>
Thu, 12 Dec 2019 19:03:51 +0000 (19:03 +0000)
Remove use of deprecated Error::description method

We are getting ready to deprecate std::error::Error::description: rust-lang/rust#66919. This PR replaces one place that should be using Display instead.


Trivial merge