From bf86282d1aa8594469922ba1a94f358992d42d33 Mon Sep 17 00:00:00 2001 From: finga Date: Thu, 14 Oct 2021 12:07:01 +0200 Subject: [PATCH] Fix order of footnote Fix the order of footnotes to reflect their appearance in the document. --- rust-intro.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-intro.org b/rust-intro.org index 26dd7cf..f86794b 100644 --- a/rust-intro.org +++ b/rust-intro.org @@ -696,8 +696,8 @@ [fn:rust_fungus] [[https://commons.wikimedia.org/wiki/File:Bruine_roest_op_tarwe_(Puccinia_recondita_f.sp._tritici_on_Triticum_aestivum).jpg][Wikimedia]] [fn:strengths] Copied list from: [[https://cheats.rs/#tab-hello-3][cheats.rs]]. [fn:weaknesses] Copied list from: [[https://cheats.rs/#tab-hello-4][cheats.rs]]. -[fn:gcc] Work on GCC: [[https://rust-gcc.github.io/][rust-gcc]] and [[https://news.ycombinator.com/item?id=27775544][gcc rust backend]]. [fn:lwn_gcc] [[https://lwn.net/Articles/871283/][Rust and GCC, two different ways]] +[fn:gcc] Work on GCC: [[https://rust-gcc.github.io/][rust-gcc]] and [[https://news.ycombinator.com/item?id=27775544][gcc rust backend]]. [fn:survey] [[https://blog.rust-lang.org/2020/04/17/Rust-survey-2019.html#why-not-use-rust][Rust survey]] [fn:compiler_speed] [[https://news.ycombinator.com/item?id=23538220][The Rust compiler isn't slow; we are]] [fn:specification] [[https://people.mpi-sws.org/%7Ejung/thesis.html][Understanding and Evolving the Rust Programming Language]]