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