Revert "website has disappeared"

This reverts commit 0930e773f1.
This commit is contained in:
Who? Me?! 2019-11-26 17:06:43 -06:00
parent b20618cb83
commit 9f20c802b7
1 changed files with 3 additions and 0 deletions

View File

@ -219,6 +219,9 @@ 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