From e7dd865162f9bae78f5f3308c982e08d46df561b Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Tue, 10 Dec 2024 16:27:37 +0200 Subject: [PATCH] functionality removed from codebase (part 2) (#2160) --- 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.