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

Fix some mistakes in HRTB docs #37255

Merged
merged 1 commit into from
Nov 6, 2016
Merged

Fix some mistakes in HRTB docs #37255

merged 1 commit into from
Nov 6, 2016

Commits on Oct 18, 2016

  1. Fix some mistakes in HRTB docs

    The example code for higher-ranked trait bounds on closures had an
    unnecessary `mut` which was confusing, and the text referred to an
    mutable reference which does not exist in the code (and isn't needed).
    Removed the `mut`s and fixed the text to better describe the actual
    error for the failing example.
    mbrubeck committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    f89ba5d View commit details
    Browse the repository at this point in the history