You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Andrew Lamb (Jira)" <ji...@apache.org> on 2020/12/27 12:41:00 UTC

[jira] [Resolved] (ARROW-11034) [Rust] rustfmt cleanup

     [ https://issues.apache.org/jira/browse/ARROW-11034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Lamb resolved ARROW-11034.
---------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

Issue resolved by pull request 9013
[https://github.com/apache/arrow/pull/9013]

> [Rust] rustfmt cleanup
> ----------------------
>
>                 Key: ARROW-11034
>                 URL: https://issues.apache.org/jira/browse/ARROW-11034
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust
>            Reporter: meng qingyou
>            Assignee: meng qingyou
>            Priority: Trivial
>              Labels: pull-request-available
>             Fix For: 3.0.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> We have basically switched to the stable rust after #9698 and #8930.
> There is a annoying problem that:
> {code:java}
> cargo +stable fmt {code}
> prints warning like this:
>  
> {code:java}
> Warning: can't set `ignore ... unstable features are only available in nightly channel.
> {code}
> Since "arrow/src/ipc/gen" has been formatted with the stable, we can remove the ignore list from rustfmt.toml



--
This message was sent by Atlassian Jira
(v8.3.4#803005)