Skip to content

xtask: Add --unstable option to cargo xtask doc #673

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

Merged
merged 1 commit into from
Mar 2, 2023

Conversation

nicholasbishop
Copy link
Member

@nicholasbishop nicholasbishop commented Mar 2, 2023

In preparation for testing on stable, make the unstable feature optional when building docs.

This exposed a couple docstrings with links that broke without the unstable feature. Fixed by changing File::get_boxed_info to have the same docstring as get_boxed_info_in, Directory::read_entry_boxed to have (almost) the same docstring as read_entry_boxed_in, and adding full URLs for some links in make_boxed.

The CI doc job now runs with and without --unstable.

Checklist

  • Sensible git history (for example, squash "typo" or "fix" commits). See the Rewriting History guide for help.
  • Update the changelog (if necessary)

In preparation for testing on stable, make the `unstable` feature optional when
building docs.

This exposed a couple docstrings with links that broke without the `unstable`
feature. Fixed by changing `File::get_boxed_info` to have the same docstring as
`get_boxed_info_in`, `Directory::read_entry_boxed` to have (almost) the same
docstring as `read_entry_boxed_in`, and adding full URLs for some links in
`make_boxed`.

The CI doc job now runs with and without `--unstable`.
@phip1611 phip1611 force-pushed the bishop-doc-unstable branch from 954914b to cae8883 Compare March 2, 2023 12:18
@phip1611 phip1611 merged commit 4a5bb0a into rust-osdev:main Mar 2, 2023
@nicholasbishop nicholasbishop deleted the bishop-doc-unstable branch March 4, 2023 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants