ByteBaker opened a new pull request, #6433:
URL: https://github.com/apache/arrow-rs/pull/6433

   - add pragma `#![warn(missing_docs)]` to the following
     - `arrow-array`
     - `arrow-cast`
     - `arrow-csv`
     - `arrow-data`
     - `arrow-json`
     - `arrow-ord`
     - `arrow-pyarrow-integration-testing`
     - `arrow-row`
     - `arrow-schema`
     - `arrow-select`
     - `arrow-string`
     - `arrow`
     - `parquet_derive`
   
   - add docs to those that generated lint warnings
   
   - Remove `bitflags` workaround in `arrow-schema` At some point, a change in 
`bitflags v2.3.0` had
   started generating lint warnings in `arrow-schema`,
   
   This was handled using a 
[workaround](https://github.com/apache/arrow-rs/pull/4233)
   
   [Original Issue](https://github.com/bitflags/bitflags/issues/356)
   
   `bitflags v2.3.1` fixed the issue hence the workaround is no longer needed.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to