Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dtolnay/anyhow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.67
Choose a base ref
...
head repository: dtolnay/anyhow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.68
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 18, 2022

  1. Opt out -Zrustdoc-scrape-examples on docs.rs

    I'd like a chance to audit all the code that rustdoc is inserting into
    the docs. Currently I am skeptical that showing anyhow's internal usages
    of APIs is a net benefit to the public documentation. I am also
    skeptical that quite so many examples are needed, and that they should
    be featured so prominently in comparison to handwritten docs. Lastly I
    wish there were a way to turn this behavior off on a more granular
    basis.
    dtolnay committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    c0a87d0 View commit details
    Browse the repository at this point in the history
  2. Release 1.0.68

    dtolnay committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    867763b View commit details
    Browse the repository at this point in the history
Loading