Commit 645e41a
authored
Rollup merge of rust-lang#148176 - GuillaumeGomez:filter-macros, r=notriddle
[rustdoc] Include attribute and derive macros when filtering on "macros"
As discussed [here](rust-lang#147909), some filters should have been "grouped". This PR allows attribute and derive macros to match the `macro` filter.
I'll wait for rust-lang#148005 to add more tests as it would require a proc-macro library for now.
r? ```@notriddle```File tree
2 files changed
+11
-0
lines changed- src/librustdoc/html/static/js
- tests/rustdoc-js-std
2 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3904 | 3904 | | |
3905 | 3905 | | |
3906 | 3906 | | |
| 3907 | + | |
| 3908 | + | |
3907 | 3909 | | |
3908 | 3910 | | |
3909 | 3911 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments