We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo fmt
Things like
arrow-rs/parquet/src/lib.rs
Lines 137 to 138 in 54dccad
This means that the parquet code is not properly formatted the way most rust developers would expect
@etseidl added commands that do actually format the parquet crate in CI
However it is confusing to know how to fix CI when it fails.
I agree the incantation is not desirable, and was meant to be a stop-gap until a better solution can be found.
Originally posted by @etseidl in #6886 (comment)
The text was updated successfully, but these errors were encountered:
Root cause rust-lang/rustfmt#3253
Sorry, something went wrong.
No branches or pull requests
Things like
arrow-rs/parquet/src/lib.rs
Lines 137 to 138 in 54dccad
cargo fmt
.This means that the parquet code is not properly formatted the way most rust developers would expect
@etseidl added commands that do actually format the parquet crate in CI
However it is confusing to know how to fix CI when it fails.
I agree the incantation is not desirable, and was meant to be a stop-gap until a better solution can be found.
Originally posted by @etseidl in #6886 (comment)
The text was updated successfully, but these errors were encountered: