Skip to content

Commit

Permalink
Merge pull request #1094 from LazaroHurtado/master
Browse files Browse the repository at this point in the history
Fixed link typo in Generics.md
  • Loading branch information
ehuss authored Sep 30, 2021
2 parents 1374727 + 9797077 commit e2404ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/items/generics.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Generic parameters are in scope within the item definition where they are
declared. They are not in scope for items declared within the body of a
function as described in [item declarations].

[References], [raw pointers], [arrays], [slices][arrays], [tuples], and
[References], [raw pointers], [arrays], [slices], [tuples], and
[function pointers] have lifetime or type parameters as well, but are not
referred to with path syntax.

Expand Down Expand Up @@ -274,6 +274,7 @@ struct Foo<#[my_flexible_clone(unbounded)] H> {

[array repeat expression]: ../expressions/array-expr.md
[arrays]: ../types/array.md
[slices]: ../types/slice.md
[associated const]: associated-items.md#associated-constants
[associated type]: associated-items.md#associated-types
[block]: ../expressions/block-expr.md
Expand Down

0 comments on commit e2404ef

Please sign in to comment.