Skip to content

Fix new clippy lint clippy::wrong-self-convention#677

Merged
emilio merged 1 commit into
mozilla:masterfrom
jonhoo:clippy-fix
Apr 6, 2021
Merged

Fix new clippy lint clippy::wrong-self-convention#677
emilio merged 1 commit into
mozilla:masterfrom
jonhoo:clippy-fix

Conversation

@jonhoo

@jonhoo jonhoo commented Apr 6, 2021

Copy link
Copy Markdown

This should be backwards-compatible in practice since IdentifierType
is Copy. In theory it's not though, as someone might be passing that
function by name to something that requires that exact signature.

This should be backwards-compatible in practice since `IdentifierType`
is `Copy`. In theory it's not though, as someone _might_ be passing that
function by name to something that requires that exact signature.

@emilio emilio left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks!

@emilio emilio merged commit 54dfcf8 into mozilla:master Apr 6, 2021
@jonhoo jonhoo deleted the clippy-fix branch April 6, 2021 20:04
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