Fix grammar and remove redundant info
This commit is contained in:
parent
8df06031a8
commit
c20c046b0f
|
|
@ -2,8 +2,7 @@
|
||||||
|
|
||||||
This chapter describes how trait solving works with the new WIP solver located in
|
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
|
[`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)
|
[the current solver](../traits/resolution.md) and [the chalk solver](../traits/chalk.md).
|
||||||
can be found separately.
|
|
||||||
|
|
||||||
## Core concepts
|
## Core concepts
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue