docs: simplify wording
This commit is contained in:
parent
f35255038b
commit
7abdbd4483
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ use marker::{Reflect, Sized};
|
|||
|
||||
/// A type to emulate dynamic typing.
|
||||
///
|
||||
/// Every type with no non-`'static` references implements `Any`.
|
||||
/// Most types implement `Any`. However, any type which contains a non-`'static` reference does not.
|
||||
/// See the [module-level documentation][mod] for more details.
|
||||
///
|
||||
/// [mod]: index.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue