Skip to content

Commit 823148f

Browse files
Add documentation on filter_doc_attr
1 parent 0ccd5c4 commit 823148f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustdoc/clean/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -2656,6 +2656,8 @@ fn filter_doc_attr_ident(ident: Symbol, is_inline: bool) -> bool {
26562656
}
26572657
}
26582658

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.
26592661
fn filter_doc_attr(normal: &mut ast::NormalAttr, is_inline: bool) {
26602662
match normal.item.args {
26612663
ast::AttrArgs::Delimited(ref mut args) => {

0 commit comments

Comments
 (0)