about summary refs log tree commit diff
diff options
context:
space:
mode:
authorblyxyas <blyxyas@gmail.com>2023-04-19 21:47:35 +0200
committerblyxyas <blyxyas@gmail.com>2023-08-17 22:56:39 +0200
commit2a3f75b0b8405428fa7ac0985a96b2866fc3de17 (patch)
treef40cd943866ef41eff852bb5d06d457811a72de8
parentb2e1ede39cbab5b3cf114e41768a27fba729ff69 (diff)
downloadrust-2a3f75b0b8405428fa7ac0985a96b2866fc3de17.tar.gz
rust-2a3f75b0b8405428fa7ac0985a96b2866fc3de17.zip
Fix CI
-rw-r--r--book/src/development/trait_checking.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/book/src/development/trait_checking.md b/book/src/development/trait_checking.md
index 1c6f70cc059..cee4b0df498 100644
--- a/book/src/development/trait_checking.md
+++ b/book/src/development/trait_checking.md
@@ -102,5 +102,4 @@ impl LateLintPass<'_> for CheckTokioAsyncReadExtTrait {
 [symbol]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_span/symbol/struct.Symbol.html
 [symbol_index]: https://doc.rust-lang.org/beta/nightly-rustc/rustc_span/symbol/sym/index.html
 [TyCtxt]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/context/struct.TyCtxt.html
-[using_diagnostic_items]: https://rustc-dev-guide.rust-lang.org/diagnostics/diagnostic-items.html#using-diagnostic-items
 [rust]: https://github.com/rust-lang/rust