@@ -247,7 +247,7 @@ impl<T: ?Sized> *mut T {
247
247
/// # Safety
248
248
///
249
249
/// When calling this method, you have to ensure that *either* the pointer is null *or*
250
- /// the pointer is [convertible to a reference](crate::ptr#pointer-to-reference-conversion)
250
+ /// the pointer is [convertible to a reference](crate::ptr#pointer-to-reference-conversion).
251
251
///
252
252
/// # Examples
253
253
///
@@ -296,7 +296,7 @@ impl<T: ?Sized> *mut T {
296
296
///
297
297
/// # Safety
298
298
///
299
- /// When calling this method, you have to ensure that the pointer is [convertible to a reference](crate::ptr#pointer-to-reference-conversion)
299
+ /// When calling this method, you have to ensure that the pointer is [convertible to a reference](crate::ptr#pointer-to-reference-conversion).
300
300
///
301
301
/// # Examples
302
302
///
@@ -616,7 +616,7 @@ impl<T: ?Sized> *mut T {
616
616
/// # Safety
617
617
///
618
618
/// When calling this method, you have to ensure that
619
- /// the pointer is [convertible to a reference](crate::ptr#pointer-to-reference-conversion)
619
+ /// the pointer is [convertible to a reference](crate::ptr#pointer-to-reference-conversion).
620
620
///
621
621
/// # Examples
622
622
///
@@ -651,7 +651,7 @@ impl<T: ?Sized> *mut T {
651
651
/// # Safety
652
652
///
653
653
/// When calling this method, you have to ensure that *either* the pointer is null *or*
654
- /// the pointer is [convertible to a reference](crate::ptr#pointer-to-reference-conversion)
654
+ /// the pointer is [convertible to a reference](crate::ptr#pointer-to-reference-conversion).
655
655
#[ inline]
656
656
#[ unstable( feature = "ptr_as_uninit" , issue = "75402" ) ]
657
657
#[ rustc_const_unstable( feature = "const_ptr_as_ref" , issue = "91822" ) ]
0 commit comments