From 4bc16add7a2790ac24f16ffe97e1112e3dbade46 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Tue, 10 Dec 2024 16:12:55 +0200 Subject: [PATCH] functionality removed from codebase (part 2) See https://github.com/rust-lang/rustc-dev-guide/pull/2158 --- src/appendix/bibliography.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/appendix/bibliography.md b/src/appendix/bibliography.md index 4a73c30ce..0ffce37cd 100644 --- a/src/appendix/bibliography.md +++ b/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.