Skip to content
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

Fix warnings in cargo doc #1268

Merged
merged 1 commit into from
Feb 7, 2022
Merged

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Feb 3, 2022

Which issue does this PR close?

Closes #1267

Rationale for this change

Non broken links are nice!

See #1266 for CI check

What changes are included in this PR?

Run

 cargo doc --document-private-items --no-deps --workspace --

Until it is clean

Are there any user-facing changes?

Doc links work better

@github-actions github-actions bot added arrow Changes to the arrow crate parquet Changes to the parquet crate labels Feb 3, 2022
@alamb alamb changed the title Fix warnings in documentation Fix warnings in cargo doc Feb 3, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #1268 (981a118) into master (43299cc) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1268      +/-   ##
==========================================
- Coverage   83.02%   83.02%   -0.01%     
==========================================
  Files         180      180              
  Lines       52269    52269              
==========================================
- Hits        43398    43396       -2     
- Misses       8871     8873       +2     
Impacted Files Coverage Δ
arrow/src/array/array_list.rs 95.52% <ø> (ø)
arrow/src/array/array_map.rs 81.50% <ø> (ø)
arrow/src/array/array_union.rs 90.76% <ø> (ø)
arrow/src/array/data.rs 83.02% <ø> (ø)
arrow/src/array/mod.rs 100.00% <ø> (ø)
arrow/src/array/raw_pointer.rs 100.00% <ø> (ø)
arrow/src/array/transform/mod.rs 84.64% <ø> (ø)
arrow/src/bytes.rs 56.25% <ø> (ø)
arrow/src/compute/kernels/partition.rs 97.45% <ø> (ø)
arrow/src/compute/kernels/sort.rs 95.13% <ø> (ø)
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 43299cc...981a118. Read the comment docs.

@alamb alamb merged commit ef8875b into apache:master Feb 7, 2022
@alamb alamb added the documentation Improvements or additions to documentation label Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate documentation Improvements or additions to documentation parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure links in the docs are correct
2 participants