Closed Mr-Leshiy closed 2 years ago
Do usages of the deprecated Error
methods cause any real problems or just the annoying messages?
@vi , currently just annoying messages, but it is possible that they will be removed later.
I expected the crate to be still edition=2015
(supporting legacy Rust versions), but now noticed that is edition=2018
, so there versions below 1.31
are already unsupported. Since Error::source
is 1.30
, that shouldn't bump MSRV, so this can be merged.
Published 0.26.3
, but the project is still in "deprecated, avoid usage" mode.
Remove deprecated usage of the
description
function and replace it withto_string
function. Remove deprecated usage of thecause
function and replace it withsource
function.