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

Rephrase improperly reduced borrows introduction #352

Merged
merged 2 commits into from
May 7, 2022

Commits on May 5, 2022

  1. Rephrase improperly reduced borrows introduction

    The issue with the current version of this paragraph is that it refers to code
    that will occur later. It can only be understood once we know what is borrowed
    and when, which only becomes clear when the error message is shown.
    
    With this new phrasing, I hope that the introduction prepares the reader to what
    they'll find out.
    
    Another solution would be to imitate the first example of this page. Introduce
    the code with just "Given the following code:" and then comment why it
    failed.
    Arthur-Milchior committed May 5, 2022
    Configuration menu
    Copy the full SHA
    e5aec91 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Configuration menu
    Copy the full SHA
    01b1274 View commit details
    Browse the repository at this point in the history