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

docs: 0344-conventions-galore.md should use _ #3619

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hamirmahal
Copy link

@hamirmahal hamirmahal commented Apr 30, 2024

fixes #3618.

Rendered

@@ -213,7 +213,7 @@ seem like a minor concern, when we hit 1.0 the lint names will be locked down,
so it's worth trying to clean them up now.

The basic rule is: the lint name should make sense when read as "allow
*lint-name*" or "allow *lint-name* items". For example, "allow
*lint_name*" or "allow *lint_name* items". For example, "allow
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are just inline examples, but they should follow the _ convention given in the rest of this section.

@ehuss ehuss added the not-rfc For PRs that fix things like spelling mistakes, wrong file names, etc. label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-rfc For PRs that fix things like spelling mistakes, wrong file names, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

https://rust-lang.github.io/rfcs/0344-conventions-galore.html#lints uses -
2 participants