Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Remove deprecated description methods #50

Merged
merged 1 commit into from
May 3, 2020

Conversation

FloGa
Copy link
Contributor

@FloGa FloGa commented May 3, 2020

As of Rust 1.42.0, the description method is deprecated. Instead, the
Display trait should be properly implemented (which is the case here),
so the description of the Error can be printed directly.

As of Rust 1.42.0, the description method is deprecated. Instead, the
Display trait should be properly implemented (which is the case here),
so the description of the Error can be printed directly.
@sbstp sbstp merged commit 7557bfb into sbstp:master May 3, 2020
@sbstp
Copy link
Owner

sbstp commented May 3, 2020

Thanks

@FloGa FloGa deleted the feature/remove-deprecated-description branch May 3, 2020 15:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants