Skip to content

doc: dead link to std::boxed::Box::borrow #60442

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

Closed
Songbird0 opened this issue May 1, 2019 · 5 comments
Closed

doc: dead link to std::boxed::Box::borrow #60442

Songbird0 opened this issue May 1, 2019 · 5 comments
Assignees
Labels
A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools

Comments

@Songbird0
Copy link
Contributor

Songbird0 commented May 1, 2019

Hi,

I don't know if it's related to the issue #60200 (feel free to close it immediatly if so), but for the sake of completeness... std::boxed::Box::borrow is dead.

cc @GuillaumeGomez

@GuillaumeGomez GuillaumeGomez self-assigned this May 1, 2019
@GuillaumeGomez GuillaumeGomez added the A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools label May 1, 2019
@DevQps
Copy link
Contributor

DevQps commented May 4, 2019

I see that the method does not exist anymore. So that basically means that all documentation containing a reference to the borrow method should be updated right?

EDIT: The only occurrences that I find are those in libcore/cell.rs

@GuillaumeGomez
Copy link
Member

A little pass on the doc is required then.

@DevQps
Copy link
Contributor

DevQps commented May 4, 2019

@GuillaumeGomez Thanks for your swift response! I will go and create a PR for this right away.

@GuillaumeGomez
Copy link
Member

Thanks!

@ollie27
Copy link
Member

ollie27 commented May 4, 2019

Duplicate of #60200

@ollie27 ollie27 marked this as a duplicate of #60200 May 4, 2019
@ollie27 ollie27 closed this as completed May 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants