We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
delete
mem::drop
1 parent 28b948f commit f1f3069Copy full SHA for f1f3069
1 file changed
library/core/src/mem/mod.rs
@@ -886,7 +886,6 @@ pub const fn replace<T>(dest: &mut T, src: T) -> T {
886
/// ```
887
///
888
/// [`RefCell`]: crate::cell::RefCell
889
-#[doc(alias = "delete")]
890
#[inline]
891
#[stable(feature = "rust1", since = "1.0.0")]
892
pub fn drop<T>(_x: T) {}
0 commit comments