Merge pull request #570 from lise-henry/master

Fix footnote in macros.md (first edition)
This commit is contained in:
Steve Klabnik
2017-03-27 12:55:17 -04:00
committed by GitHub

View File

@@ -58,6 +58,7 @@ We can implement this shorthand, using a macro: [^actual]
[^actual]: The actual definition of `vec!` in libcollections differs from the
one presented here, for reasons of efficiency and reusability.
```rust
macro_rules! vec {