Skip to content

Commit bc588cf

Browse files
committed
rpt 38: social post links
1 parent a245552 commit bc588cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: content/blog/rust-pro-tips-collection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is a collection of Rust "pro tips" that I've collected, most of which have
1414

1515
## 38. The `debug_assert!` macro
1616

17-
<!-- [Tweet]() [Toot]() -->
17+
[Tweet](https://x.com/sudo_build/status/1898327218050535607) [Toot](https://infosec.exchange/@hatchet/114126448332436835)
1818

1919
The `debug_assert!` macro creates an assertion only in debug builds. It is useful for confirming assumptions during development without risking performance degradation in the release build.
2020

0 commit comments

Comments
 (0)