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

rustdoc: Fix missing *mut T impl #36966

Merged
merged 1 commit into from
Oct 6, 2016
Merged

Conversation

ollie27
Copy link
Member

@ollie27 ollie27 commented Oct 4, 2016

impl<T> *mut T is currently missing from
https://doc.rust-lang.org/nightly/std/primitive.pointer.html and this adds
it back.

`impl<T> *mut T` is currently missing from
https://doc.rust-lang.org/nightly/std/primitive.pointer.html and this adds
it back.
@rust-highfive
Copy link
Collaborator

r? @steveklabnik

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Oct 4, 2016

📌 Commit cd7a04c has been approved by alexcrichton

sophiajt pushed a commit to sophiajt/rust that referenced this pull request Oct 6, 2016
…xcrichton

rustdoc: Fix missing *mut T impl

`impl<T> *mut T` is currently missing from
https://doc.rust-lang.org/nightly/std/primitive.pointer.html and this adds
it back.
bors added a commit that referenced this pull request Oct 6, 2016
@bors bors merged commit cd7a04c into rust-lang:master Oct 6, 2016
@ollie27 ollie27 deleted the rustdoc_mut_ptr_impl branch October 8, 2016 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants