File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -540,4 +540,4 @@ You can implement `derive` for your own type through [procedural macros].
540
540
[ ECMA-334 ] : https://www.ecma-international.org/publications/standards/Ecma-334.htm
541
541
[ ECMA-335 ] : https://www.ecma-international.org/publications/standards/Ecma-335.htm
542
542
[ item declaration ] : items.html
543
- [ generics ] : generics.html
543
+ [ generics ] : items/ generics.html
Original file line number Diff line number Diff line change @@ -144,6 +144,6 @@ fn call_on_ref_zero<F>(f: F) where F: for<'a> Fn(&'a i32) {
144
144
[ associated types ] : items/associated-items.html#associated-types
145
145
[ supertraits ] : items/traits.html#supertraits
146
146
[ generic ] : items/generics.html
147
- [ Trait ] : traits.html#trait-bounds
147
+ [ Trait ] : items/ traits.html#trait-bounds
148
148
[ trait objects ] : types.html#trait-objects
149
- [ where clause ] : items/where-clauses.html
149
+ [ where clause ] : items/generics.html# where-clauses
You can’t perform that action at this time.
0 commit comments