We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99e0c6 commit 26e5fd4Copy full SHA for 26e5fd4
src/libcore/any.rs
@@ -68,7 +68,7 @@ use crate::intrinsics;
68
// Any trait
69
///////////////////////////////////////////////////////////////////////////////
70
71
-/// A type to emulate dynamic typing.
+/// A trait to emulate dynamic typing.
72
///
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.
0 commit comments