Skip to content

Commit

Permalink
Fix parquet format lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed May 6, 2024
1 parent e457ff5 commit d27a92c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parquet/src/format.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions parquet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ pub mod basic;
/// Automatically generated code for reading parquet thrift definition.
// see parquet/CONTRIBUTING.md for instructions on regenerating
#[allow(clippy::derivable_impls, clippy::match_single_binding)]
// Don't try and format auto generated code
#[rustfmt::skip]
pub mod format;

#[macro_use]
Expand Down

0 comments on commit d27a92c

Please sign in to comment.