Skip to content

Commit 469ebdd

Browse files
authored
Merge pull request #2383 from rust-lang/tshepang-unused
remove dangling references
2 parents 946f27e + 45107c7 commit 469ebdd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/macro-expansion.md

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ we have a complete [*Abstract Syntax Tree* (AST)][ast] for our crate with no
99
unexpanded macros (or a compile error).
1010

1111
[ast]: ./ast-validation.md
12-
[`rustc_ast`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_ast/index.html
13-
[`rustc_expand`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_expand/index.html
14-
[`rustc_builtin_macros`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_builtin_macros/index.html
1512
[placeholders]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_expand/placeholders/index.html
1613

1714
First, we discuss the algorithm that expands and integrates macro output into

0 commit comments

Comments
 (0)