about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2025-03-14 08:50:49 +0200
committerGitHub <noreply@github.com>2025-03-14 08:50:49 +0200
commita863f2c6b22a6bc7b9a85d7e7ff0534ab0e10a05 (patch)
tree5edb20112d966dd22bd15765e03105b2cee204f8
parent27d71f0946559de7e47d504756e0935cd0dde7cd (diff)
parent88aaf1d25a1f54e257c81e24ddbe9bf4a9f476b1 (diff)
downloadrust-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.md3
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