-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
Description
http://static.rust-lang.org/doc/master/alloc/arc/index.html has some useful docs, which are somewhat hard to find. In particular, someone on IRC misconstrued the more terse documentation on the Arc
type itself to mean that it magically allowed mutable access.
Metadata
Metadata
Assignees
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
steveklabnik commentedon Apr 12, 2016
part of #29377
steveklabnik commentedon Jun 27, 2016
I would be happy to work with anyone who wants to work on this issue.
izgzhen commentedon Jul 8, 2016
@steveklabnik Can I work on this one?
@Ms2ger Do you mean the lack of more information regarding
get_mut
andmake_mut
?Ms2ger commentedon Jul 8, 2016
I think everything on the module page would be more discoverable on the type page; the module page could then be limited to its first line and a link to the type page.
steveklabnik commentedon Jul 8, 2016
@izgzhen sure thing!
In general, the module page should provide an overview of the module. And each type's page should provide an in-depth view of the type.
This module is very tiny, only encompassing
Arc
andWeak
, and so it should be relatively small.JustAPerson commentedon Aug 16, 2016
Looks like this can be closed?
steveklabnik commentedon Aug 17, 2016
Yes, thanks!