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 trailing date comments in a line inside of a paragraph #1196

Merged
merged 1 commit into from
Aug 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions src/rustdoc-internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ Here is the list of passes as of <!-- date: 2021-02 --> February 2021:
in doc comments.

- `check-non-autolinks` detects links that could or should be written using
angle brackets (the code behind the nightly-only <!-- date: 2021-02 -->
`non_autolinks` lint).
angle brackets (the code behind the nightly-only <!-- date: 2021-02 --> `non_autolinks`
lint).

- `collapse-docs` concatenates all document attributes into one document
attribute. This is necessary because each line of a doc comment is given as a
Expand Down
4 changes: 2 additions & 2 deletions src/tests/adding.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ The error levels that you can have are:

## Revisions

Certain classes of tests support "revisions" (as of <!-- date: 2021-02 -->
February 2021, this includes compile-fail, run-fail, and incremental, though
Certain classes of tests support "revisions" (as of <!-- date: 2021-02 --> February 2021,
this includes compile-fail, run-fail, and incremental, though
incremental tests are somewhat different). Revisions allow a single test file to
be used for multiple tests. This is done by adding a special header at the top
of the file:
Expand Down