| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The ArrayRef/LayoutRef refactor in rust-ndarray#1532 moved impl blocks off ArrayBase. The link text stayed put. Retarget each link at the page that actually defines the anchor. Docs only, no code change.
| Back | FazBrowse Home | New Git URL |
Fixes #1583
Summary
The ArrayRef/LayoutRef refactor in #1532 moved impl blocks off ArrayBase. The link text stayed put. This PR retargets each link at the page that actually defines the anchor. Docs only, no code change.
Notes
CI cannot catch this class of breakage because rustdoc splits a link target on # and only resolves the path before it. the fragment is copied into the URL unchecked. A bare #anchor is not treated as an intra-doc at all.