You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The coverage of managed pointers should be removed from the tutorial and perhaps replaced with a section mentioned shared ownership (in or after the ownership/boxes sections) and linking to the tutorial.
The shared ownership tutorial should explain when and why you would use shared ownership and the characteristics of the various available types.
The text was updated successfully, but these errors were encountered:
thestinger
changed the title
make a tutorial on shared ownership (Rc, Gc, Arc, concurrent data structures)
make a tutorial on shared ownership (Rc, Arc, concurrent data structures)
Jun 15, 2014
fix `single_component_path_imports` FP on `self::<import>::..`
fixesrust-lang#10549
I noticed that a couple functions in the file I was working on took `cx` as a parameter but didn't use them, so I removed that. Can revert if desired because it isn't related to my changes.
changelog: [`single_component_path_imports`] don't suggest removing import when it is used as `self::<import>::..`
The coverage of managed pointers should be removed from the tutorial and perhaps replaced with a section mentioned shared ownership (in or after the ownership/boxes sections) and linking to the tutorial.
The shared ownership tutorial should explain when and why you would use shared ownership and the characteristics of the various available types.
The text was updated successfully, but these errors were encountered: