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 b60e021 commit c75ff98Copy full SHA for c75ff98
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