fmt-rfcs icon indicating copy to clipboard operation
fmt-rfcs copied to clipboard

Style Guide section on items doesn't mention `const` or `static`

Open estebank opened this issue 11 months ago • 0 comments

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.

estebank avatar Jan 16 '25 18:01 estebank