Skip to content

Commit

Permalink
Auto merge of #46603 - ollie27:rustdoc_slice_u8, r=GuillaumeGomez
Browse files Browse the repository at this point in the history
rustdoc: Include `impl [u8]` in the docs

The impl was added in #44042 but wasn't visible in the docs.
  • Loading branch information
bors committed Dec 9, 2017
2 parents 6537fd1 + e53a848 commit 6fa53b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustdoc/clean/inline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ pub fn build_impls(cx: &DocContext, did: DefId) -> Vec<clean::Item> {
lang_items.char_impl(),
lang_items.str_impl(),
lang_items.slice_impl(),
lang_items.slice_u8_impl(),
lang_items.const_ptr_impl(),
lang_items.mut_ptr_impl(),
];
Expand Down

0 comments on commit 6fa53b0

Please sign in to comment.