about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2024-12-10 16:27:37 +0200
committerGitHub <noreply@github.com>2024-12-10 22:27:37 +0800
commit4b0160f264e037cbc88229d8180efe20ea72a322 (patch)
treec2c320f2a49f7689564ebad30e71e7e227825a87 /src/doc
parent6edc770217ef2b1ab99a95f22482f53eec082fb4 (diff)
downloadrust-4b0160f264e037cbc88229d8180efe20ea72a322.tar.gz
rust-4b0160f264e037cbc88229d8180efe20ea72a322.zip
functionality removed from codebase (part 2) (#2160)
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc-dev-guide/src/appendix/bibliography.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/appendix/bibliography.md b/src/doc/rustc-dev-guide/src/appendix/bibliography.md
index 4a73c30ceaa..0ffce37cdf8 100644
--- a/src/doc/rustc-dev-guide/src/appendix/bibliography.md
+++ b/src/doc/rustc-dev-guide/src/appendix/bibliography.md
@@ -90,4 +90,3 @@ Rust, as well as publications about Rust.
 * [The Case for Writing a Kernel in Rust](https://www.tockos.org/assets/papers/rust-kernel-apsys2017.pdf)
 * [RustBelt: Securing the Foundations of the Rust Programming Language](https://plv.mpi-sws.org/rustbelt/popl18/)
 * [Oxide: The Essence of Rust](https://arxiv.org/abs/1903.00982). By Aaron Weiss, Olek Gierczak, Daniel Patterson, Nicholas D. Matsakis, and Amal Ahmed.
-* [Polymorphisation: Improving Rust compilation times through intelligent monomorphisation](https://davidtw.co/media/masters_dissertation.pdf). David Wood's master's thesis.