Skip to content

Commit 6fa53b0

Browse files
committed
Auto merge of #46603 - ollie27:rustdoc_slice_u8, r=GuillaumeGomez
rustdoc: Include `impl [u8]` in the docs The impl was added in #44042 but wasn't visible in the docs.
2 parents 6537fd1 + e53a848 commit 6fa53b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/clean/inline.rs

+1
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ pub fn build_impls(cx: &DocContext, did: DefId) -> Vec<clean::Item> {
269269
lang_items.char_impl(),
270270
lang_items.str_impl(),
271271
lang_items.slice_impl(),
272+
lang_items.slice_u8_impl(),
272273
lang_items.const_ptr_impl(),
273274
lang_items.mut_ptr_impl(),
274275
];

0 commit comments

Comments
 (0)