diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-14 16:14:31 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-14 16:14:31 +0200 |
| commit | 5fe4b5bce18ede354b29620bbdfff179300710f1 (patch) | |
| tree | c1e53b2c8d1373c659128d4d70209d741ad4182b | |
| parent | 1b3e3705b83d49dafe67b325e314dfc83a493b98 (diff) | |
| download | sebastiano.tronto.net-5fe4b5bce18ede354b29620bbdfff179300710f1.tar.gz sebastiano.tronto.net-5fe4b5bce18ede354b29620bbdfff179300710f1.zip | |
Remove highlight from link
| -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 |
