TRPL: Fix link to macro section of reference
This commit is contained in:
parent
69e47c77b2
commit
ad2684c41c
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ When this library is loaded with `#[macro_use] extern crate`, only `m2` will
|
||||||
be imported.
|
be imported.
|
||||||
|
|
||||||
The Rust Reference has a [listing of macro-related
|
The Rust Reference has a [listing of macro-related
|
||||||
attributes](../reference.html#macro--and-plugin-related-attributes).
|
attributes](../reference.html#macro-related-attributes).
|
||||||
|
|
||||||
# The variable `$crate`
|
# The variable `$crate`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue