Skip to content

Update rustdoc-internals.md #1644

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 5 commits into from
Mar 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo
  • Loading branch information
tshepang authored Mar 14, 2023
commit c46ce3334caf526a64bc90a612ac730f6026ebe6
2 changes: 1 addition & 1 deletion src/rustdoc-internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Here is the list of passes as of <!-- date-check --> March 2023:

- `propagate-doc-cfg` propagates `#[doc(cfg(...))]` to child items.

- `run-lints` runs some of rustdoc's lints, defind in `passes/lint`. This is
- `run-lints` runs some of rustdoc's lints, defined in `passes/lint`. This is
the last pass to run.

- `bare_urls` detects links that are not linkified, e.g., in Markdown such as
Expand Down