Add doc comment to rewrite_first_group_attrs

This commit is contained in:
topecongiro 2018-02-23 22:58:46 +09:00
parent ecfb9c9526
commit b17c522650

View file

@ -121,6 +121,8 @@ where
}
}
/// Rewrite the same kind of attributes at the same time. This includes doc
/// comments and derives.
fn rewrite_first_group_attrs(
context: &RewriteContext,
attrs: &[ast::Attribute],