diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md | 2 |
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 | |||
| 218 | this more thorough way of error handling from the start. | 218 | this more thorough way of error handling from the start. |
| 219 | 219 | ||
| 220 | On the less-nice side of things, apparently | 220 | On 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) |
| 222 | is still an issue. Eh. At least when compiling in debug mode overflows | 222 | is still an issue. Eh. At least when compiling in debug mode overflows |
| 223 | are caught, which is nice. But in release mode the program is | 223 | are caught, which is nice. But in release mode the program is |
| 224 | going to "panic", which I was not expecting. I mistakenly thought | 224 | going to "panic", which I was not expecting. I mistakenly thought |
