Tracking issue for unstable option: `float_literal_trailing_zero`. This option was added by https://github.com/rust-lang/rustfmt/pull/5834. [Option documentation.](https://rust-lang.github.io/rustfmt/#float_literal_trailing_zero) See [Processes.md, "Stabilising an Option"](https://github.com/rust-lang/rustfmt/blob/master/Processes.md#stabilising-an-option): - [ ] Is the default value correct? - [ ] The design and implementation of the option are sound and clean. - [ ] The option is well tested, both in unit tests and, optimally, in real usage. - [ ] There is no open bug about the option that prevents its use. Also see: - [Configuration Option Stabilization](https://github.com/rust-lang/rustfmt/discussions/5365) - [How can I help get a config option stabilized?](https://github.com/rust-lang/rustfmt/discussions/5367)