Skip to content

Commit f1f3069

Browse files
committed
Remove delete alias from mem::drop.
1 parent 28b948f commit f1f3069

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/core/src/mem/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,6 @@ pub const fn replace<T>(dest: &mut T, src: T) -> T {
886886
/// ```
887887
///
888888
/// [`RefCell`]: crate::cell::RefCell
889-
#[doc(alias = "delete")]
890889
#[inline]
891890
#[stable(feature = "rust1", since = "1.0.0")]
892891
pub fn drop<T>(_x: T) {}

0 commit comments

Comments
 (0)