mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-29 22:25:36 +00:00
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.