File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,8 +201,8 @@ which is how metaprogramming is done in Rust. If it were a function instead, it
201
201
would look like this: ` println() ` . For our purposes, we don't need to worry
202
202
about this difference. Just know that sometimes, you'll see a ` ! ` , and that
203
203
means that you're calling a macro instead of a normal function. One last thing
204
- to mention: Rust's macros are significantly different than C++ templates , if
205
- you've used those. Don't be scared of using macros. We'll get to the details
204
+ to mention: Rust's macros are significantly different than C macros , if you've
205
+ used those. Don't be scared of using macros. We'll get to the details
206
206
eventually, you'll just have to trust us for now.
207
207
208
208
Next, ` "Hello, world" ` is a ** string** . Strings are a surprisingly complicated
You can’t perform that action at this time.
0 commit comments