Skip to content

Use correct grammar for error message. #6026

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

Closed
wants to merge 1 commit into from
Closed

Use correct grammar for error message. #6026

wants to merge 1 commit into from

Conversation

isanbard
Copy link

When the number of parameters is 1, then 'parameter' should remain singular.
Otherwise pluralize it.

When the number of parameters is 1, then 'parameter' should remain singular.
Otherwise pluralize it.
bors added a commit that referenced this pull request Apr 23, 2013
…ca89d85, r=catamorphism

When the number of parameters is 1, then 'parameter' should remain singular.
Otherwise pluralize it.
@bors bors closed this Apr 23, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 5, 2020
…and suggest insert()

changelog: single_char_push_str: lint using string.insert_str() with single char literals and suggests string.insert() with a char

Fixes rust-lang#6026
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 5, 2020
…p1995

single_char_insert_str: lint using insert_str() on single-char literals and suggest insert()

Fixes rust-lang#6026

changelog: add single_char_insert_str lint which lints using string.insert_str() with single char literals and suggests string.insert() with a char
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