@@ -247,7 +247,7 @@ impl<T: ?Sized> *mut T {
247247/// # Safety 
248248/// 
249249/// 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).  
251251/// 
252252/// # Examples 
253253/// 
@@ -296,7 +296,7 @@ impl<T: ?Sized> *mut T {
296296/// 
297297/// # Safety 
298298/// 
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).  
300300/// 
301301/// # Examples 
302302/// 
@@ -616,7 +616,7 @@ impl<T: ?Sized> *mut T {
616616/// # Safety 
617617/// 
618618/// 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).  
620620/// 
621621/// # Examples 
622622/// 
@@ -651,7 +651,7 @@ impl<T: ?Sized> *mut T {
651651/// # Safety 
652652/// 
653653/// 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).  
655655#[ inline]  
656656    #[ unstable( feature = "ptr_as_uninit" ,  issue = "75402" ) ]  
657657    #[ rustc_const_unstable( feature = "const_ptr_as_ref" ,  issue = "91822" ) ]  
0 commit comments