Skip to content

Conversation

rapha
Copy link
Contributor

@rapha rapha commented Jun 22, 2014

/usr/bin/env appears to be more portable.

bors added a commit that referenced this pull request Jun 23, 2014
/usr/bin/env appears to be more portable.
@bors bors closed this Jun 23, 2014
@bors bors merged commit 53ec4a6 into rust-lang:master Jun 23, 2014
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 17, 2023
flip1995 pushed a commit to flip1995/rust that referenced this pull request Aug 22, 2025
fixes rust-lang/rust-clippy#14869

Added a simple check if both chars are of length 3
If they are, we skip the check for that pair.

This won't handle the 4 v 3 case.
Not sure if this was the intent of the issue.

Also saw we have some hardcoded exemptions for `set, get` and `lhs, rhs`
Tried removing them thinking they would be handled by the new condition.
But we have to keep because they allow for `bla_lhs` v `bla_rhs` to be
skipped

changelog:[`similar_names`]: Stop triggering for 3-character names
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.

3 participants