Skip to content

Commit e565bb0

Browse files
committed
Update mut_ptr.rs
1 parent 7a9c139 commit e565bb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/ptr/mut_ptr.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,6 +1412,7 @@ impl<T: ?Sized> *mut T {
14121412
/// See [`ptr::write_bytes`] for safety concerns and examples.
14131413
///
14141414
/// [`ptr::write_bytes`]: crate::ptr::write_bytes()
1415+
#[doc(alias = "memset")]
14151416
#[stable(feature = "pointer_methods", since = "1.26.0")]
14161417
#[rustc_const_unstable(feature = "const_ptr_write", issue = "86302")]
14171418
#[inline(always)]

0 commit comments

Comments
 (0)