From c75ff98c6adc5d1b09709dd600e845e64c5bf00e Mon Sep 17 00:00:00 2001 From: Marco Otte-Witte Date: Tue, 12 Nov 2024 11:17:13 +0100 Subject: [PATCH] format --- 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 feaa0e9..864d096 100644 --- a/book/src/02_basic_calculator/08_overflow.md +++ b/book/src/02_basic_calculator/08_overflow.md @@ -80,8 +80,6 @@ The `bench` profile is the default profile used by `cargo bench`. The `bench` pr Use `dev` for iterative development and debugging, `release` for optimized production builds,\ `test` for correctness testing, and `bench` for performance benchmarking. - - > "Have you built your project in release mode?" is almost a meme in the Rust community.\ > It refers to developers who are not familiar with Rust and complain about its performance on > social media (e.g. Reddit, Twitter, etc.) before realizing they haven't built their project in