diff options
| author | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-03-20 11:32:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-21 01:32:33 +0900 |
| commit | 73a86501a4f33cf1f9b45fc0c5e31cd72904d162 (patch) | |
| tree | ab1d19310176c19093a2b43ea960acf5713f5f0b /src/doc/rustc-dev-guide | |
| parent | ccefce6ccf2d404230518342d1719708f55671c1 (diff) | |
| download | rust-73a86501a4f33cf1f9b45fc0c5e31cd72904d162.tar.gz rust-73a86501a4f33cf1f9b45fc0c5e31cd72904d162.zip | |
Move GenericArgs chapter under ty (#624)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/SUMMARY.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/SUMMARY.md b/src/doc/rustc-dev-guide/src/SUMMARY.md index 7cc41e0b62c..75a77d0aee5 100644 --- a/src/doc/rustc-dev-guide/src/SUMMARY.md +++ b/src/doc/rustc-dev-guide/src/SUMMARY.md @@ -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) |
