File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2108,7 +2108,7 @@ On `struct`s:
2108
2108
list of names ` #[macro_use(foo, bar)] ` restricts the import to just those
2109
2109
macros named. The ` extern crate ` must appear at the crate root, not inside
2110
2110
` mod ` , which ensures proper function of the [ ` $crate ` macro
2111
- variable] ( book/macros.html#the-variable-crate ) .
2111
+ variable] ( book/macros.html#The%20variable%20%24crate ) .
2112
2112
2113
2113
- ` macro_reexport ` on an ` extern crate ` — re-export the named macros.
2114
2114
@@ -2118,7 +2118,7 @@ On `struct`s:
2118
2118
link it into the output.
2119
2119
2120
2120
See the [ macros section of the
2121
- book] ( book/macros.html#scoping-and-macro-importexport ) for more information on
2121
+ book] ( book/macros.html#Scoping%20and%20macro%20import%2Fexport ) for more information on
2122
2122
macro scope.
2123
2123
2124
2124
@@ -2277,7 +2277,7 @@ For any lint check `C`:
2277
2277
2278
2278
The lint checks supported by the compiler can be found via ` rustc -W help ` ,
2279
2279
along with their default settings. [ Compiler
2280
- plugins] ( book/compiler-plugins.html#lint-plugins ) can provide additional lint checks.
2280
+ plugins] ( book/compiler-plugins.html#Lint%20plugins ) can provide additional lint checks.
2281
2281
2282
2282
``` {.ignore}
2283
2283
pub mod m1 {
You can’t perform that action at this time.
0 commit comments