Skip to content

Commit 7ddc464

Browse files
committed
reexport to re-export
1 parent cc6a1ef commit 7ddc464

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
@@ -298,7 +298,7 @@ definition in `hello_macro`, we’ll have to change the implementation of the
298298
procedural macro in `hello_macro_derive` as well. The two crates will need to
299299
be published separately, and programmers using these crates will need to add
300300
both as dependencies and bring them both into scope. We could instead have the
301-
`hello_macro` crate use `hello_macro_derive` as a dependency and reexport the
301+
`hello_macro` crate use `hello_macro_derive` as a dependency and re-export the
302302
procedural macro code. However, the way we’ve structured the project makes it
303303
possible for programmers to use `hello_macro` even if they don’t want the
304304
`derive` functionality.

0 commit comments

Comments
 (0)