Open
Description
On this page https://doc.rust-lang.org/nightly/core/primitive.slice.html#method.binary_search_by_key (core, not std) there is a broken link [sort_by_key
] -> slice::sort_by_key
(interpreted as protocol "slice"). This seems to happen because sort_by_key
is defined as an incoherent impl in alloc.
I found this when running a link checker for a no-std project with a type with Deref<Target = [T]>
.