Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from the failure crate to anyhow #7776

Merged
merged 2 commits into from
Jan 8, 2020
Merged

Commits on Jan 8, 2020

  1. Migrate from the failure crate to anyhow

    The `anyhow` crate interoperates with the `std::error::Error` trait
    rather than a custom `Fail` trait, and this is the general trend of
    error handling in Rust as well.
    
    Note that this is mostly mechanical (sed) and intended to get the test
    suite passing. As usual there's still more idiomatic cleanup that can
    happen, but that's left to later commits.
    alexcrichton committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    3a18c89 View commit details
    Browse the repository at this point in the history
  2. Run rustfmt

    alexcrichton committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    d0430dd View commit details
    Browse the repository at this point in the history