Skip to content

Commit 2b448e4

Browse files
committed
avoid inline external links
1 parent ec0f998 commit 2b448e4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/solve/candidate-preference.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ fn foo<'a, T: Trait<'a>>() {
274274

275275
We prefer builtin trait object impls over user-written impls.
276276
This is **unsound** and should be remoed in the future.
277-
See [#57893](https://github.com/rust-lang/rust/issues/57893) and [#141347](https://github.com/rust-lang/rust/pull/141347) for more details.
277+
See [#57893] and [#141347] for more details.
278278

279279
## `NormalizesTo` goals
280280

@@ -509,3 +509,5 @@ impl<T> Trait for T {
509509
[#133044]: https://github.com/rust-lang/rust/issues/133044
510510
[#139762]: https://github.com/rust-lang/rust/pull/139762
511511
[#139788]: https://github.com/rust-lang/rust/issues/139788
512+
[#57893]: https://github.com/rust-lang/rust/issues/57893
513+
[#141347]: https://github.com/rust-lang/rust/pull/141347

0 commit comments

Comments
 (0)