We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c378e commit 1b721b4Copy full SHA for 1b721b4
library/core/src/mem/maybe_dangling.rs
@@ -55,7 +55,7 @@ use crate::{mem, ptr};
55
/// [references]: prim@reference
56
/// [boxes]: ../../std/boxed/struct.Box.html
57
/// [`into_inner`]: MaybeDangling::into_inner
58
-/// [`as_ref`]: MaybeDangling:as_ref
+/// [`as_ref`]: MaybeDangling::as_ref
59
#[repr(transparent)]
60
#[rustc_pub_transparent]
61
#[derive(Debug, Copy, Clone, Default)]
0 commit comments