We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6537fd1 + e53a848 commit 6fa53b0Copy full SHA for 6fa53b0
1 file changed
src/librustdoc/clean/inline.rs
@@ -269,6 +269,7 @@ pub fn build_impls(cx: &DocContext, did: DefId) -> Vec<clean::Item> {
269
lang_items.char_impl(),
270
lang_items.str_impl(),
271
lang_items.slice_impl(),
272
+ lang_items.slice_u8_impl(),
273
lang_items.const_ptr_impl(),
274
lang_items.mut_ptr_impl(),
275
];
0 commit comments