-
Notifications
You must be signed in to change notification settings - Fork 982
chore: add docs, part of #37 #6424
New issue
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
Conversation
e608bd7
to
2d19f6a
Compare
- add pragma `#![warn(missing_docs)]` to `arrow`, `arrow-arith`, `arrow-avro` - add docs to the same to remove lint warnings
2d19f6a
to
ddf19d3
Compare
Thanks @ByteBaker -- I also added a reference to #37 to the description of this PR so github links it back to the ticket |
- add pragma `#![warn(missing_docs)]` to `arrow-buffer`, `arrow-cast`, `arrow-csv` - add docs to the same to remove lint warnings
f58e8f1
to
d6c0479
Compare
@alamb I have more work to push, but I'll wait till this one is reviewed, as discussed earlier. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much @ByteBaker -- I think this is a real improvement and a nice example of helping maintain the crate
I left some small suggestions, but nothing I think that would prevent this PR from merging
I just updated the PR incorporating the suggestions. Please take a look. |
4df790a
to
4d7a114
Compare
🚀 📖 |
Thanks @ByteBaker |
Part of #37
#![warn(missing_docs)]
to the followingarrow
arrow-arith
arrow-avro
arrow-buffer
arrow-cast
arrow-csv