File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,6 @@ impl<T: ?Sized> *const T {
316
316
/// differently have not been explored. This method should not be used to introduce such
317
317
/// differences, and it should also not be stabilized before we have a better understanding
318
318
/// of this issue.
319
- /// ```
320
319
#[ unstable( feature = "const_raw_ptr_comparison" , issue = "53020" ) ]
321
320
#[ rustc_const_unstable( feature = "const_raw_ptr_comparison" , issue = "53020" ) ]
322
321
#[ inline]
@@ -349,7 +348,6 @@ impl<T: ?Sized> *const T {
349
348
/// differently have not been explored. This method should not be used to introduce such
350
349
/// differences, and it should also not be stabilized before we have a better understanding
351
350
/// of this issue.
352
- /// ```
353
351
#[ unstable( feature = "const_raw_ptr_comparison" , issue = "53020" ) ]
354
352
#[ rustc_const_unstable( feature = "const_raw_ptr_comparison" , issue = "53020" ) ]
355
353
#[ inline]
Original file line number Diff line number Diff line change @@ -294,7 +294,6 @@ impl<T: ?Sized> *mut T {
294
294
/// differently have not been explored. This method should not be used to introduce such
295
295
/// differences, and it should also not be stabilized before we have a better understanding
296
296
/// of this issue.
297
- /// ```
298
297
#[ unstable( feature = "const_raw_ptr_comparison" , issue = "53020" ) ]
299
298
#[ rustc_const_unstable( feature = "const_raw_ptr_comparison" , issue = "53020" ) ]
300
299
#[ inline]
@@ -327,7 +326,6 @@ impl<T: ?Sized> *mut T {
327
326
/// differently have not been explored. This method should not be used to introduce such
328
327
/// differences, and it should also not be stabilized before we have a better understanding
329
328
/// of this issue.
330
- /// ```
331
329
#[ unstable( feature = "const_raw_ptr_comparison" , issue = "53020" ) ]
332
330
#[ rustc_const_unstable( feature = "const_raw_ptr_comparison" , issue = "53020" ) ]
333
331
#[ inline]
You can’t perform that action at this time.
0 commit comments