rust
rust copied to clipboard
Remove bogus `#![feature(get_mut_unchecked)]` from docs for stable `Rc`/`Arc` methods
Not only this feature is not used, I believe nightly features should not be in docs for stable items.
@rustbot labels: +A-docs