Skip to content

Commit

Permalink
rpt 37: sns links
Browse files Browse the repository at this point in the history
  • Loading branch information
encody committed Aug 28, 2024
1 parent 6a2d3af commit eda61ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/rust-pro-tips-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is a collection of Rust "pro tips" that I've collected, most of which have

## 37. Block labels

<!-- [Tweet]() [Toot]() -->
[Tweet](https://twitter.com/sudo_build/status/1828719139797758422) [Toot](https://infosec.exchange/@hatchet/113038819765870560)

Implicit returns from blocks aren't always flexible enough to describe the desired logic. Separate functions aside, the problem can be resolved inline by introducing a block label.

Expand Down

0 comments on commit eda61ac

Please sign in to comment.