Tracking issue for unstable option: `skip_macro_invocations`. * [ ] [Option documentation.](https://rust-lang.github.io/rustfmt/#skip_macro_names) From discussion here: https://github.com/rust-lang/rustfmt/issues/5324#issuecomment-1111797851 See [Processes.md, "Stabilising an Option"](https://github.com/rust-lang/rustfmt/blob/master/Processes.md#stabilising-an-option): * [x] Is the default value correct? * [x] 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.