fmt-rfcs
fmt-rfcs copied to clipboard
Style Guide section on items doesn't mention `const` or `static`
I noticed that https://github.com/rust-lang/rust/blob/master/src/doc/style-guide/src/items.md doesn't contain any mention of const or static items. I'm sure that rustfmt actually does track them, but it'd be nice to have the behavior documented.