You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/21 05:55:55 UTC

[GitHub] [arrow-datafusion] WinkerDu commented on pull request #2295: MINOR: beautify code with neat idents

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org