Skip to content

Commit

Permalink
Merge pull request rust-lang#749 from king6cong/link
Browse files Browse the repository at this point in the history
fix `TypeParamBounds` link on trait objects
  • Loading branch information
ehuss committed Feb 9, 2020
2 parents 0ddeb5e + 30f6d94 commit d68e28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/trait-object.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ need to be expressed as part of the trait object. This lifetime is written as
inferred with a sensible choice.

[_TraitBound_]: ../trait-bounds.md
[_TypeParamBounds_]: ../types.md#type-expressions
[_TypeParamBounds_]: ../trait-bounds.md
[auto traits]: ../special-types-and-traits.md#auto-traits
[defaults]: ../lifetime-elision.md#default-trait-object-lifetimes
[dynamically sized types]: ../dynamically-sized-types.md
Expand Down

0 comments on commit d68e28c

Please sign in to comment.