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

Commits on Jan 23, 2015

  1. Update Show/String to Debug/Display

    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!
    ianbollinger committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    57a7955 View commit details
    Browse the repository at this point in the history
  2. Replace Show trait with Debug in examples

    This commit replaces the deprecated `Show` trait in the examples with
    the new `Debug` trait.
    ianbollinger committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    a73c12a View commit details
    Browse the repository at this point in the history