diff options
| author | Yuki Okushi <huyuumi.dev+love@gmail.com> | 2022-10-25 08:01:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-25 08:01:30 +0900 |
| commit | d1b00c6a74b57ebe2e26d1e1b64287e53e4b18a4 (patch) | |
| tree | d3d4cce5ae0a2bdea685a91383be6274cc12d174 | |
| parent | db0e43837034d47cc0c03ba6ca99d6ba5d3367a4 (diff) | |
| parent | e3a091ad6ab9cdc8b25da1bc52093023bc90e232 (diff) | |
| download | rust-d1b00c6a74b57ebe2e26d1e1b64287e53e4b18a4.tar.gz rust-d1b00c6a74b57ebe2e26d1e1b64287e53e4b18a4.zip | |
Rollup merge of #103465 - jruderman:patch-1, r=compiler-errors
E0210 explanation: remove redundant sentence
| -rw-r--r-- | compiler/rustc_error_codes/src/error_codes/E0210.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_error_codes/src/error_codes/E0210.md b/compiler/rustc_error_codes/src/error_codes/E0210.md index dc2fd9b0ca0..41263e5e3f5 100644 --- a/compiler/rustc_error_codes/src/error_codes/E0210.md +++ b/compiler/rustc_error_codes/src/error_codes/E0210.md @@ -76,7 +76,5 @@ Let `Ti` be the first such type. For information on the design of the orphan rules, see [RFC 2451] and [RFC 1023]. -For information on the design of the orphan rules, see [RFC 1023]. - [RFC 2451]: https://rust-lang.github.io/rfcs/2451-re-rebalancing-coherence.html [RFC 1023]: https://github.com/rust-lang/rfcs/blob/master/text/1023-rebalancing-coherence.md |
