1
Fork 0

Merge pull request #2285 from KonaeAkira/master

Fix grammar and remove redundant info
This commit is contained in:
Tshepang Mbambo 2025-03-14 08:50:49 +02:00 committed by GitHub
commit a863f2c6b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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