You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of #148176 - GuillaumeGomez:filter-macros, r=notriddle
[rustdoc] Include attribute and derive macros when filtering on "macros"
As discussed [here](rust-lang/rust#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/rust#148005 to add more tests as it would require a proc-macro library for now.
r? ```@notriddle```
0 commit comments