We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d810d2 commit 2dc1d62Copy full SHA for 2dc1d62
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
80
Use `dev` for iterative development and debugging, `release` for optimized production builds,\
81
`test` for correctness testing, and `bench` for performance benchmarking.
82
83
-
84
85
> "Have you built your project in release mode?" is almost a meme in the Rust community.\
86
> It refers to developers who are not familiar with Rust and complain about its performance on
87
> social media (e.g. Reddit, Twitter, etc.) before realizing they haven't built their project in
0 commit comments