We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
filter_doc_attr
1 parent 0ccd5c4 commit 823148fCopy full SHA for 823148f
src/librustdoc/clean/mod.rs
@@ -2656,6 +2656,8 @@ fn filter_doc_attr_ident(ident: Symbol, is_inline: bool) -> bool {
2656
}
2657
2658
2659
+/// Remove attributes from `normal` that should not be inherited by `use` re-export.
2660
+/// Before calling this function, make sure `normal` is a `#[doc]` attribute.
2661
fn filter_doc_attr(normal: &mut ast::NormalAttr, is_inline: bool) {
2662
match normal.item.args {
2663
ast::AttrArgs::Delimited(ref mut args) => {
0 commit comments