about summary refs log tree commit diff
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2025-01-29 05:03:36 +0000
committerGitHub <noreply@github.com>2025-01-29 05:03:36 +0000
commitbec4359db9bf5fd3c6e9d4a88d26dcf091b3c82a (patch)
tree80d86f08eadd531e6520da7a6a412460470fbcd9
parent7fa9822b3d5eb22d6092be8da479815531da50ff (diff)
parentd63796f69a977f1ab914004c70169a80ef0d8520 (diff)
downloadrust-bec4359db9bf5fd3c6e9d4a88d26dcf091b3c82a.tar.gz
rust-bec4359db9bf5fd3c6e9d4a88d26dcf091b3c82a.zip
Merge pull request #2227 from Joren-vanGoethem/master
-rw-r--r--src/doc/rustc-dev-guide/src/about-this-guide.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/about-this-guide.md b/src/doc/rustc-dev-guide/src/about-this-guide.md
index 793bfa9e66e..781a5c51bf7 100644
--- a/src/doc/rustc-dev-guide/src/about-this-guide.md
+++ b/src/doc/rustc-dev-guide/src/about-this-guide.md
@@ -72,7 +72,6 @@ You might also find the following sites useful:
 - The [Rust reference][rr], even though it doesn't specifically talk about
   Rust's internals, is a great resource nonetheless
 - Although out of date, [Tom Lee's great blog article][tlgba] is very helpful
-- [rustaceans.org][ro] is helpful, but mostly dedicated to IRC
 - The [Rust Compiler Testing Docs][rctd]
 - For [@bors], [this cheat sheet][cheatsheet] is helpful
 - Google is always helpful when programming.