This reverts commit 1140e90074.
1140e90074
fixes https://github.com/rust-lang/rust/issues/138067
allowed_through_unstable_modules
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.