We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d3ed6 commit 087b838Copy full SHA for 087b838
src/libcore/mem.rs
@@ -40,7 +40,7 @@ pub use intrinsics::transmute;
40
/// `forget` is not marked as `unsafe`, because Rust's safety guarantees
41
/// do not include a guarantee that destructors will always run. For example,
42
/// a program can create a reference cycle using [`Rc`][rc], or call
43
-/// [`process:exit`][exit] to exit without running destructors. Thus, allowing
+/// [`process::exit`][exit] to exit without running destructors. Thus, allowing
44
/// `mem::forget` from safe code does not fundamentally change Rust's safety
45
/// guarantees.
46
///
0 commit comments