Rollup merge of #66872 - Mikotochan:patch-1, r=jonas-schievink
Minor documentation fix Fixed the documentation for any as is a trait rather than a type.
This commit is contained in:
commit
0b1b36ccb6
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ use crate::intrinsics;
|
|||
// Any trait
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/// A type to emulate dynamic typing.
|
||||
/// A trait to emulate dynamic typing.
|
||||
///
|
||||
/// Most types implement `Any`. However, any type which contains a non-`'static` reference does not.
|
||||
/// See the [module-level documentation][mod] for more details.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue