ruff
04b636cb
- [red knot] Use memmem::find instead of custom version (#13750)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
357 days ago
[red knot] Use memmem::find instead of custom version (#13750) This is a follow-up on #13746: - Use `memmem::find` instead of rolling our own inferior version. - Avoid `x.as_ref()` calls using `&**x`
References
#13750 - [red knot] Use memmem::find instead of custom version
Author
sharkdp
Parents
6048f331
Loading