about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorMark Mansi <markm@cs.wisc.edu>2019-11-24 18:32:18 -0600
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-11-26 17:05:11 -0600
commitdcc452a13c49297502728e4b4a40716768cbea68 (patch)
tree4c938211e548fbdd0c8efcdc53ae4d540faecf29 /src/doc/rustc-dev-guide
parentab0640a0530b4e02d3f498f5fa324eb8ffa2c2cc (diff)
downloadrust-dcc452a13c49297502728e4b4a40716768cbea68.tar.gz
rust-dcc452a13c49297502728e4b4a40716768cbea68.zip
website has disappeared
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/rustdoc.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/rustdoc.md b/src/doc/rustc-dev-guide/src/rustdoc.md
index 318a8e2e12c..072bf31c106 100644
--- a/src/doc/rustc-dev-guide/src/rustdoc.md
+++ b/src/doc/rustc-dev-guide/src/rustdoc.md
@@ -219,9 +219,6 @@ tests to run before handing them off to the libtest test runner. One notable
 location in `test.rs` is the function `make_test`, which is where hand-written
 doctests get transformed into something that can be executed.
 
-Some extra reading about `make_test` can be found
-[here](https://quietmisdreavus.net/code/2018/02/23/how-the-doctests-get-made/).
-
 ## Dotting i's and crossing t's
 
 So that's rustdoc's code in a nutshell, but there's more things in the repo