We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94ed5c commit 75c1e2dCopy full SHA for 75c1e2d
library/core/src/any.rs
@@ -73,7 +73,7 @@ use crate::intrinsics;
73
/// Most types implement `Any`. However, any type which contains a non-`'static` reference does not.
74
/// See the [module-level documentation][mod] for more details.
75
///
76
-/// [mod]: index.html
+/// [mod]: crate::any
77
// This trait is not unsafe, though we rely on the specifics of it's sole impl's
78
// `type_id` function in unsafe code (e.g., `downcast`). Normally, that would be
79
// a problem, but because the only impl of `Any` is a blanket implementation, no
0 commit comments