From d9193d4b4175cd04e25c5e160d78219c86d0fda2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?On=C3=A8?= <43485962+c-git@users.noreply.github.com> Date: Thu, 23 May 2024 03:04:58 -0400 Subject: [PATCH] remove unused footnote (#38) --- book/src/02_basic_calculator/08_overflow.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/book/src/02_basic_calculator/08_overflow.md b/book/src/02_basic_calculator/08_overflow.md index cc9cc98..bc451a4 100644 --- a/book/src/02_basic_calculator/08_overflow.md +++ b/book/src/02_basic_calculator/08_overflow.md @@ -108,5 +108,3 @@ application, you can run benchmarks to decide if it's something you can afford. - Check out ["Myths and legends about integer overflow in Rust"](https://huonw.github.io/blog/2016/04/myths-and-legends-about-integer-overflow-in-rust/) for an in-depth discussion about integer overflow in Rust. - -[^catching]: You can try to catch a panic, but it should be a last resort reserved for very specific circumstances. \ No newline at end of file -- 2.45.2