Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document recommendation about Arc::clone(&ref) syntax. #2740

Open
nical opened this issue Aug 7, 2019 · 0 comments
Open

Document recommendation about Arc::clone(&ref) syntax. #2740

nical opened this issue Aug 7, 2019 · 0 comments
Labels
A-method-call Method call syntax related proposals & ideas A-sync Synchronization related proposals & ideas T-doc Relevant to the documentation team, which will review and decide on the RFC. T-libs-api Relevant to the library API team, which will review and decide on the RFC.

Comments

@nical
Copy link

nical commented Aug 7, 2019

See rust-lang/rust#63252 and #1954.

The official recommendation about cloning reference counted pointers should be added to the style guide since it is being pulled from the standard library documentation

@jonas-schievink jonas-schievink added A-method-call Method call syntax related proposals & ideas A-sync Synchronization related proposals & ideas T-doc Relevant to the documentation team, which will review and decide on the RFC. T-libs-api Relevant to the library API team, which will review and decide on the RFC. labels Nov 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-method-call Method call syntax related proposals & ideas A-sync Synchronization related proposals & ideas T-doc Relevant to the documentation team, which will review and decide on the RFC. T-libs-api Relevant to the library API team, which will review and decide on the RFC.
Projects
None yet
Development

No branches or pull requests

2 participants