Move GenericArgs chapter under ty (#624)
This commit is contained in:
parent
8c26c367b3
commit
1ed6139b14
|
|
@ -56,7 +56,7 @@
|
|||
- [The `ty` module: representing types](./ty.md)
|
||||
- [Generics and substitutions](./generics.md)
|
||||
- [`TypeFolder` and `TypeFoldable`](./ty-fold.md)
|
||||
- [Generic arguments](./generic_arguments.md)
|
||||
- [Generic arguments](./generic_arguments.md)
|
||||
- [Type inference](./type-inference.md)
|
||||
- [Trait solving (old-style)](./traits/resolution.md)
|
||||
- [Higher-ranked trait bounds](./traits/hrtb.md)
|
||||
|
|
|
|||
Loading…
Reference in New Issue