Skip to content

Commit a33b744

Browse files
committed
Add ptr::RawMutPtr to prelude
Closes #18196
1 parent 58dc0a0 commit a33b744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/prelude.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
#[doc(no_inline)] pub use num::{FloatMath, ToPrimitive, FromPrimitive};
7777
#[doc(no_inline)] pub use boxed::Box;
7878
#[doc(no_inline)] pub use path::{GenericPath, Path, PosixPath, WindowsPath};
79-
#[doc(no_inline)] pub use ptr::RawPtr;
79+
#[doc(no_inline)] pub use ptr::{RawPtr, RawMutPtr};
8080
#[doc(no_inline)] pub use io::{Buffer, Writer, Reader, Seek};
8181
#[doc(no_inline)] pub use str::{Str, StrVector, StrSlice};
8282
#[doc(no_inline)] pub use str::{IntoMaybeOwned, StrAllocating, UnicodeStrSlice};

0 commit comments

Comments
 (0)