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 @@ -149,7 +149,7 @@ On `struct`s:
149149 list of names ` #[macro_use(foo, bar)] ` restricts the import to just those
150150 macros named. The ` extern crate ` must appear at the crate root, not inside
151151 ` 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 ) .
153153
154154- ` macro_reexport ` on an ` extern crate ` — re-export the named macros.
155155
@@ -159,7 +159,7 @@ On `struct`s:
159159 link it into the output.
160160
161161See 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
163163macro scope.
164164
165165## Miscellaneous attributes
You can’t perform that action at this time.
0 commit comments