diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-03-14 08:50:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-14 08:50:49 +0200 |
| commit | a863f2c6b22a6bc7b9a85d7e7ff0534ab0e10a05 (patch) | |
| tree | 5edb20112d966dd22bd15765e03105b2cee204f8 | |
| parent | 27d71f0946559de7e47d504756e0935cd0dde7cd (diff) | |
| parent | 88aaf1d25a1f54e257c81e24ddbe9bf4a9f476b1 (diff) | |
| download | rust-a863f2c6b22a6bc7b9a85d7e7ff0534ab0e10a05.tar.gz rust-a863f2c6b22a6bc7b9a85d7e7ff0534ab0e10a05.zip | |
Merge pull request #2285 from KonaeAkira/master
Fix grammar and remove redundant info
| -rw-r--r-- | src/doc/rustc-dev-guide/src/solve/trait-solving.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/solve/trait-solving.md b/src/doc/rustc-dev-guide/src/solve/trait-solving.md index 345ee0b094e..c1eb1a94b96 100644 --- a/src/doc/rustc-dev-guide/src/solve/trait-solving.md +++ b/src/doc/rustc-dev-guide/src/solve/trait-solving.md @@ -2,8 +2,7 @@ This chapter describes how trait solving works with the new WIP solver located in [`rustc_trait_selection/solve`][solve]. Feel free to also look at the docs for -[the current solver](../traits/resolution.md) and [the chalk solver](../traits/chalk.md) -can be found separately. +[the current solver](../traits/resolution.md) and [the chalk solver](../traits/chalk.md). ## Core concepts |
