Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix intra-doc path resolution problem in
library/alloc/src/slice.rs
`alloc::slice` uses `core::slice` functions, documentation are copied from there and the links as well without resolution. `crate::ptr...` cannot be resolved in `alloc::slice`, but `ptr` itself is imported in both `alloc::slice` and `core::slice`, so we used that instead.
- Loading branch information