Skip to content

Commit acc806a

Browse files
marcospb19carols10cents
authored andcommitted
Fix Cargo.toml snippet about custom derive macros
1 parent 5eba308 commit acc806a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch19-06-macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ in a moment, so we need to add them as dependencies. Add the following to the
280280
<span class="filename">Filename: hello_macro_derive/Cargo.toml</span>
281281

282282
```toml
283-
{{#include ../listings/ch19-advanced-features/listing-19-31/hello_macro/hello_macro_derive/Cargo.toml:7:12}}
283+
{{#include ../listings/ch19-advanced-features/listing-19-31/hello_macro/hello_macro_derive/Cargo.toml:6:12}}
284284
```
285285

286286
To start defining the procedural macro, place the code in Listing 19-31 into

0 commit comments

Comments
 (0)