File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -729,10 +729,6 @@ extern "rust-intrinsic" {
729
729
/// cause [undefined behavior][ub] with this function. `transmute` should be
730
730
/// the absolute last resort.
731
731
///
732
- /// `transmute` is re-exported by [core::mem](../mem/index.html) as
733
- /// `core::mem::transmute`, which may be used without the `core_intrinsics`
734
- /// feature flag.
735
- ///
736
732
/// The [nomicon](../../nomicon/transmutes.html) has additional
737
733
/// documentation.
738
734
///
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ use ptr;
15
15
use ops:: { Deref , DerefMut } ;
16
16
17
17
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
18
+ #[ doc( inline) ]
18
19
pub use intrinsics:: transmute;
19
20
20
21
/// Takes ownership and "forgets" about the value **without running its destructor**.
You can’t perform that action at this time.
0 commit comments