Rollup merge of #73673 - ehuss:fix-ptr-docs, r=oli-obk
Fix ptr doc warnings. #73398 added some stray backtick lines which cause warnings when the docs are built.
This commit is contained in:
commit
91f8766cea
@ -316,7 +316,6 @@ impl<T: ?Sized> *const T {
|
||||
/// differently have not been explored. This method should not be used to introduce such
|
||||
/// differences, and it should also not be stabilized before we have a better understanding
|
||||
/// of this issue.
|
||||
/// ```
|
||||
#[unstable(feature = "const_raw_ptr_comparison", issue = "53020")]
|
||||
#[rustc_const_unstable(feature = "const_raw_ptr_comparison", issue = "53020")]
|
||||
#[inline]
|
||||
@ -349,7 +348,6 @@ impl<T: ?Sized> *const T {
|
||||
/// differently have not been explored. This method should not be used to introduce such
|
||||
/// differences, and it should also not be stabilized before we have a better understanding
|
||||
/// of this issue.
|
||||
/// ```
|
||||
#[unstable(feature = "const_raw_ptr_comparison", issue = "53020")]
|
||||
#[rustc_const_unstable(feature = "const_raw_ptr_comparison", issue = "53020")]
|
||||
#[inline]
|
||||
|
@ -294,7 +294,6 @@ impl<T: ?Sized> *mut T {
|
||||
/// differently have not been explored. This method should not be used to introduce such
|
||||
/// differences, and it should also not be stabilized before we have a better understanding
|
||||
/// of this issue.
|
||||
/// ```
|
||||
#[unstable(feature = "const_raw_ptr_comparison", issue = "53020")]
|
||||
#[rustc_const_unstable(feature = "const_raw_ptr_comparison", issue = "53020")]
|
||||
#[inline]
|
||||
@ -327,7 +326,6 @@ impl<T: ?Sized> *mut T {
|
||||
/// differently have not been explored. This method should not be used to introduce such
|
||||
/// differences, and it should also not be stabilized before we have a better understanding
|
||||
/// of this issue.
|
||||
/// ```
|
||||
#[unstable(feature = "const_raw_ptr_comparison", issue = "53020")]
|
||||
#[rustc_const_unstable(feature = "const_raw_ptr_comparison", issue = "53020")]
|
||||
#[inline]
|
||||
|
Loading…
x
Reference in New Issue
Block a user