Incorporate dyn into more comments and docs.

This commit is contained in:
Corey Farwell
2018-11-20 09:34:15 -05:00
parent 7a0cef74a8
commit 033cbfec4d
9 changed files with 19 additions and 18 deletions

View File

@@ -21,7 +21,7 @@
/// The representation of a trait object like `&SomeTrait`.
///
/// This struct has the same layout as types like `&SomeTrait` and
/// `Box<AnotherTrait>`. The [Trait Objects chapter of the
/// `Box<dyn AnotherTrait>`. The [Trait Objects chapter of the
/// Book][moreinfo] contains more details about the precise nature of
/// these internals.
///