From 27514d58573ce1f844af4ea60afa72c7f58f1cd7 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Thu, 21 Aug 2025 22:09:29 +0200 Subject: vault backup: 2025-08-21 22:09:29 --- .trash/Using if let or let else matching.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .trash/Using if let or let else matching.md (limited to '.trash/Using if let or let else matching.md') diff --git a/.trash/Using if let or let else matching.md b/.trash/Using if let or let else matching.md new file mode 100644 index 0000000..48d0bd2 --- /dev/null +++ b/.trash/Using if let or let else matching.md @@ -0,0 +1,3 @@ +We can use `if let` if we have a match expression with just one pattern/arm that we care about. +```rust +``` -- cgit v1.2.3