Y
Hacker News
new
|
ask
|
show
|
jobs
by
phaylon
1290 days ago
Small nitpick: Fortunately, `Rc` and `Arc` actually don't require the nightly feature.
1 comments
masklinn
1290 days ago
Oh yeah you're right that's been stabilised, now that I'm thinking about it, it was probably something like `self: std::sync::MutexGuard<'_, Self>` which told me to enable the feature
link