diff options
| author | Alexandre ESSE <alexandre.esse.dev@gmail.com> | 2023-03-31 11:20:11 +0200 |
|---|---|---|
| committer | Alexandre ESSE <alexandre.esse.dev@gmail.com> | 2023-03-31 11:58:15 +0200 |
| commit | 22bb662d3eb9efd081a5603640628bdeebab97b9 (patch) | |
| tree | fb2a0b206db4626e4c39d3ca1cc2c643aa4052be /exercises/macros | |
| parent | 362c1b0d113ad9a5bd4d1dee8086757efd060785 (diff) | |
fix(exercises): remove trailing spaces
Diffstat (limited to 'exercises/macros')
| -rw-r--r-- | exercises/macros/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/macros/README.md b/exercises/macros/README.md index e34bc3a..337816d 100644 --- a/exercises/macros/README.md +++ b/exercises/macros/README.md @@ -4,7 +4,7 @@ Rust's macro system is very powerful, but also kind of difficult to wrap your head around. We're not going to teach you how to write your own fully-featured macros. Instead, we'll show you how to use and create them. -If you'd like to learn more about writing your own macros, the +If you'd like to learn more about writing your own macros, the [macrokata](https://github.com/tfpk/macrokata) project has a similar style of exercises to Rustlings, but is all about learning to write Macros. |
