Skip to content

Commit a863f2c

Browse files
authored
Merge pull request rust-lang#2285 from KonaeAkira/master
Fix grammar and remove redundant info
2 parents 27d71f0 + 88aaf1d commit a863f2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/doc/rustc-dev-guide/src/solve/trait-solving.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
This chapter describes how trait solving works with the new WIP solver located in
44
[`rustc_trait_selection/solve`][solve]. Feel free to also look at the docs for
5-
[the current solver](../traits/resolution.md) and [the chalk solver](../traits/chalk.md)
6-
can be found separately.
5+
[the current solver](../traits/resolution.md) and [the chalk solver](../traits/chalk.md).
76

87
## Core concepts
98

0 commit comments

Comments
 (0)