WinkerDu commented on PR #2295: URL: https://github.com/apache/arrow-datafusion/pull/2295#issuecomment-1104746585
@yjshen I tried to set following configuration to `rustfmt.toml` (see [format_macro_matchers](https://rust-lang.github.io/rustfmt/?version=master&search=#format_macro_matchers) [format_macro_bodies](https://rust-lang.github.io/rustfmt/?version=master&search=#format_macro_bodies) ) ``` format_macro_matchers = true format_macro_bodies = true ``` then run `cargo fmt --all -- --check`, some warning messages raise ``` Warning: can't set `format_macro_matchers = true`, unstable features are only available in nightly channel. Warning: can't set `format_macro_bodies = true`, unstable features are only available in nightly channel. ``` Hope to get some suggestions, thank you -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
