mirror of
https://github.com/rust-lang/book.git
synced 2026-09-15 10:10:42 -04:00
Merge pull request #570 from lise-henry/master
Fix footnote in macros.md (first edition)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user