rust-lang / rustfmt

Format Rust code
https://rust-lang.github.io/rustfmt/
Apache License 2.0
5.85k stars 860 forks source link

format safety keywords on static items #6204

Closed ytmimi closed 1 week ago

ytmimi commented 1 week ago

This includes both ast::StaticItem and ast::StaticForeignItem. safety was added to both ast::StaticItem and ast::SaticForeignItem in https://github.com/rust-lang/rust/pull/124482.

calebcartwright commented 1 week ago

probably warrants an addition in the release notes too

ytmimi commented 1 week ago

@calebcartwright I'll update the CHANGELOG PR https://github.com/rust-lang/rustfmt/pull/6004 in just a bit to include this

Edit: The CHANGELOG PR was updated!