Skip to content

Commit 6fb4f95

Browse files
committed
fix link
1 parent 6dce2eb commit 6fb4f95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/future/async_drop.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pub trait AsyncDrop {
4646
///
4747
/// See [`ptr::drop_in_place`] for safety concerns.
4848
///
49+
/// [`ptr::drop_in_place`]: crate::ptr::drop_in_place()
4950
#[unstable(feature = "async_drop", issue = "126482")]
5051
#[lang = "async_drop_in_place"]
5152
pub async unsafe fn async_drop_in_place<T: ?Sized>(_to_drop: *mut T) {

0 commit comments

Comments
 (0)