File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ On `struct`s:
149
149
list of names ` #[macro_use(foo, bar)] ` restricts the import to just those
150
150
macros named. The ` extern crate ` must appear at the crate root, not inside
151
151
` mod ` , which ensures proper function of the [ ` $crate ` macro
152
- variable] ( ../book/macros.html#the-variable-crate ) .
152
+ variable] ( ../book/first-edition/ macros.html#the-variable-crate ) .
153
153
154
154
- ` macro_reexport ` on an ` extern crate ` — re-export the named macros.
155
155
@@ -159,7 +159,7 @@ On `struct`s:
159
159
link it into the output.
160
160
161
161
See the [ macros section of the
162
- book] ( ../book/macros.html#scoping-and-macro-importexport ) for more information on
162
+ book] ( ../book/first-edition/ macros.html#scoping-and-macro-importexport ) for more information on
163
163
macro scope.
164
164
165
165
## Miscellaneous attributes
You can’t perform that action at this time.
0 commit comments