Skip to content

Commit e53a848

Browse files
committed
rustdoc: Include impl [u8] in the docs
1 parent 6537fd1 commit e53a848

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)