about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/core-transmute.js
AgeCommit message (Collapse)AuthorLines
2025-01-02rustdoc: treat `allowed_through_unstable_modules` as deprecationMichael Howell-0/+11
This ensures `std::intrinsics::transmute` is deemphasized in the search engine and other UI, by cleaning it into a deprecation without propagating it through reexports when the parent module is stable.