Skip to content

Commit 735ad68

Browse files
committed
rollup merge of rust-lang#18393 : aochagavia/prelude
2 parents cda554a + a33b744 commit 735ad68

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)