aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md b/src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md
index 270ceee..1c65e39 100644
--- a/src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md
+++ b/src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md
@@ -218,7 +218,7 @@ to an instance of an object". I think it is great that Rust endorses
218this more thorough way of error handling from the start. 218this more thorough way of error handling from the start.
219 219
220On the less-nice side of things, apparently 220On the less-nice side of things, apparently
221[integer overflow](https://doc.rust-lang.org/book/ch03-02-data-types.html?highlight=overflow#integer-overflow) 221[integer overflow](https://doc.rust-lang.org/book/ch03-02-data-types.html#integer-overflow)
222is still an issue. Eh. At least when compiling in debug mode overflows 222is still an issue. Eh. At least when compiling in debug mode overflows
223are caught, which is nice. But in release mode the program is 223are caught, which is nice. But in release mode the program is
224going to "panic", which I was not expecting. I mistakenly thought 224going to "panic", which I was not expecting. I mistakenly thought

Generated with cgit - Back to sebastiano.tronto.net