Skip to content

Commit

Permalink
Update macros.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DrW3RK authored Sep 14, 2023
1 parent 65641dc commit 5c2c7cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Rust/section7/macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ useful macros may be in everyday coding.

<iframe width="560" height="315" src="https://www.youtube.com/embed/3ZIc0V9X9xo?si=iib4oo30pY2kRwM5" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>


Another prime example that you have seen is the use of the `#[derive]` macro, which can implement
traits on types automatically:

Expand Down

0 comments on commit 5c2c7cc

Please sign in to comment.