TRPL: Fix link to macro section of reference

This commit is contained in:
Geoffrey Thomas 2015-04-23 17:08:19 -04:00
parent 69e47c77b2
commit ad2684c41c

View file

@ -566,7 +566,7 @@ When this library is loaded with `#[macro_use] extern crate`, only `m2` will
be imported.
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`