We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f352550 commit 7abdbd4Copy full SHA for 7abdbd4
src/libcore/any.rs
@@ -85,7 +85,7 @@ use marker::{Reflect, Sized};
85
86
/// A type to emulate dynamic typing.
87
///
88
-/// Every type with no non-`'static` references implements `Any`.
+/// Most types implement `Any`. However, any type which contains a non-`'static` reference does not.
89
/// See the [module-level documentation][mod] for more details.
90
91
/// [mod]: index.html
0 commit comments