summary refs log tree commit diff
path: root/compiler/rustc_ast_pretty/src/pprust/state/item.rs
AgeCommit message (Expand)AuthorLines
2022-02-07Pretty print ItemKind::Use in rustfmt styleDavid Tolnay-14/+34
2022-01-30Fix some double indents on exprs containing blocksDavid Tolnay-2/+2
2022-01-27try apply `rustc_pass_by_value` to `Span`lcnr-1/+1
2022-01-18Move item-related pretty printing functions to moduleDavid Tolnay-0/+644