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

Clarify docs of RefCell #103881

Merged
merged 1 commit into from
Dec 28, 2022
Merged

Clarify docs of RefCell #103881

merged 1 commit into from
Dec 28, 2022

Commits on Nov 2, 2022

  1. Clarify docs of RefCell

    Comparison operators only panic if the `RefCell` is mutably borrowed, and `RefCell::swap()` can also panic if swapping a `RefCell` with itself.
    ChayimFriedman2 authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    d2eb2bb View commit details
    Browse the repository at this point in the history