Skip to content

Fix some clippy warnings#241

Merged
sharkdp merged 1 commit intosharkdp:masterfrom
saulvaldelvira:master
Feb 19, 2025
Merged

Fix some clippy warnings#241
sharkdp merged 1 commit intosharkdp:masterfrom
saulvaldelvira:master

Conversation

@saulvaldelvira
Copy link
Contributor

@saulvaldelvira saulvaldelvira commented Feb 19, 2025

Changes:

  • Elid lifetimes when possible
  • Use a slice instead of a Vec as function argument
  • Rewrite &[b'*''] as b"*"

Changes:
- Elid lifetimes when possible
- Use a slice instead of a Vec as function argument
- Rewrite &[b'*''] to b"*"
@sharkdp sharkdp merged commit cba09bf into sharkdp:master Feb 19, 2025
15 checks passed
@sharkdp
Copy link
Owner

sharkdp commented Feb 19, 2025

Thank you

@saulvaldelvira
Copy link
Contributor Author

You're welcome :)

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