From d8ac988a9f1f6417860e0c2d1188fc6bbc5e6103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Wed, 23 Apr 2025 17:31:53 +0200 Subject: [PATCH] Add `Two ways of interpreting visibility in Rust` blog post --- draft/2025-04-23-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-04-23-this-week-in-rust.md b/draft/2025-04-23-this-week-in-rust.md index d9586a070..cc628fab0 100644 --- a/draft/2025-04-23-this-week-in-rust.md +++ b/draft/2025-04-23-this-week-in-rust.md @@ -42,6 +42,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Two ways of interpreting visibility in Rust](https://kobzol.github.io/rust/2025/04/23/two-ways-of-interpreting-visibility-in-rust.html) + ### Rust Walkthroughs ### Research