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

Update Show/String to Debug/Display #85

Merged
merged 2 commits into from
Jan 23, 2015

Conversation

ianbollinger
Copy link
Contributor

This commit replaces usage of the Show and fmt::String traits with the Debug and Display traits, respectively. This was required to fix breaking changes introduced by rust-lang/rust#21457. Additionally, the superfluous detail method on docopt::Error was removed as it no longer exists in the trait. Also, hi!

This commit replaces usage of the Show and fmt::String traits with
the Debug and Display traits. This was required to fix breaking
changes introduced by rust-lang/rust#21457. Additionally, the
superfluous `detail` method on `docopt::Error` was removed as it no
longer exists in the trait. Also, hi!
This commit replaces the deprecated `Show` trait in the examples with
the new `Debug` trait.
BurntSushi added a commit that referenced this pull request Jan 23, 2015
Update Show/String to Debug/Display
@BurntSushi BurntSushi merged commit 8b67d6b into docopt:master Jan 23, 2015
@BurntSushi
Copy link
Member

Hi @ianbollinger! Small world!

Thank you. :D

@BurntSushi
Copy link
Member

I've uploaded 0.6.31 to crates.io.

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.

2 participants