]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #36966 - ollie27:rustdoc_mut_ptr_impl, r=alexcrichton
authorJonathan Turner <jonathandturner@users.noreply.github.com>
Thu, 6 Oct 2016 15:35:43 +0000 (08:35 -0700)
committerGitHub <noreply@github.com>
Thu, 6 Oct 2016 15:35:43 +0000 (08:35 -0700)
commit4c100260e03d41034d7746cd3e0244170e40ff7e
tree9188d6e5d7e7d6a1c61fe4180c797e5ed460211c
parent06989295639d5fd6f08977271339702f48c75e23
parentcd7a04cadcc046014bec5b9eea0abe06761f1e7f
Rollup merge of #36966 - ollie27:rustdoc_mut_ptr_impl, r=alexcrichton

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.
src/librustdoc/clean/inline.rs