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

Avoid doc-markdown lints. #241

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

waywardmonkeys
Copy link
Collaborator

  • Add some valid words that aren't identifiers to clippy.toml to avoid warnings about the use of these terms not being within backticks.
  • Enable the warning for clippy::doc_markdown so that it gets maintained cleanly going forward.

* Add some valid words that aren't identifiers to clippy.toml
  to avoid warnings about the use of these terms not being within
  backticks.
* Enable the warning for `clippy::doc_markdown` so that it gets
  maintained cleanly going forward.
@mrobinson mrobinson added this pull request to the merge queue Oct 5, 2023
Merged via the queue into servo:master with commit b6e651c Oct 5, 2023
8 checks passed
@waywardmonkeys waywardmonkeys deleted the avoid-markdown-lints branch October 5, 2023 16:44
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