Skip to content

Commit 2dc1d62

Browse files
committed
format
1 parent 4d810d2 commit 2dc1d62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

book/src/02_basic_calculator/08_overflow.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ The `bench` profile is the default profile used by `cargo bench`. The `bench` pr
8080
Use `dev` for iterative development and debugging, `release` for optimized production builds,\
8181
`test` for correctness testing, and `bench` for performance benchmarking.
8282

83-
84-
8583
> "Have you built your project in release mode?" is almost a meme in the Rust community.\
8684
> It refers to developers who are not familiar with Rust and complain about its performance on
8785
> social media (e.g. Reddit, Twitter, etc.) before realizing they haven't built their project in

0 commit comments

Comments
 (0)