Module rustfmt_nightly::attr
source ยท Expand description
Format attributes and meta items.
Modulesยง
- doc_comment ๐
Traitsยง
- MetaVisitor ๐
Functionsยง
- argument_shape ๐
- attr_prefix ๐
- filter_inline_attrs ๐Returns attributes that are within
outer_span. - format_derive ๐
- get_attrs_from_stmt ๐Returns attributes on the given statement.
- is_derive ๐
- Rewrite the any doc comments which come before any other attributes.
- take_while_with_pred ๐Returns the first group of attributes that fills the given predicate. We consider two doc comments are in different group if they are separated by normal comments.