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.
1 parent 10ae85f commit 0c17b3fCopy full SHA for 0c17b3f
src/librustdoc/passes/collect_trait_impls.rs
@@ -62,6 +62,8 @@ pub fn collect_trait_impls(krate: Crate, cx: &DocContext<'_>) -> Crate {
62
lang_items.slice_u8_alloc_impl(),
63
lang_items.const_ptr_impl(),
64
lang_items.mut_ptr_impl(),
65
+ lang_items.const_slice_ptr_impl(),
66
+ lang_items.mut_slice_ptr_impl(),
67
];
68
69
for def_id in primitive_impls.iter().filter_map(|&def_id| def_id) {
0 commit comments