aboutsummaryrefslogtreecommitdiff
path: root/src/blog
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-06-14 16:14:31 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-06-14 16:14:31 +0200
commit5fe4b5bce18ede354b29620bbdfff179300710f1 (patch)
treec1e53b2c8d1373c659128d4d70209d741ad4182b /src/blog
parent1b3e3705b83d49dafe67b325e314dfc83a493b98 (diff)
downloadsebastiano.tronto.net-5fe4b5bce18ede354b29620bbdfff179300710f1.tar.gz
sebastiano.tronto.net-5fe4b5bce18ede354b29620bbdfff179300710f1.zip
Remove highlight from link
Diffstat (limited to 'src/blog')
-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