We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9217b commit c54f942Copy full SHA for c54f942
CONTRIBUTING.md
@@ -164,7 +164,7 @@ Note that currently the above will not check all source files in the parquet cra
164
parquet files run the following from the top-level `arrow-rs` directory:
165
166
```bash
167
-cargo fmt -p parquet -- --check --config skip_children=true `find . -name "*.rs" \! -name format.rs`
+cargo fmt -p parquet -- --check --config skip_children=true `find ./parquet -name "*.rs" \! -name format.rs`
168
```
169
170
## Breaking Changes
0 commit comments