ruff/crates/red_knot_python_semantic
David Peter 04b636cba2
[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`
2024-10-14 15:17:19 +02:00
..
resources [red-knot] feat: Inference for `BytesLiteral` comparisons (#13746) 2024-10-14 14:01:23 +02:00
src [red knot] Use memmem::find instead of custom version (#13750) 2024-10-14 15:17:19 +02:00
tests [red-knot] document test framework (#13695) 2024-10-10 12:02:01 -07:00
Cargo.toml [red knot] Use memmem::find instead of custom version (#13750) 2024-10-14 15:17:19 +02:00
build.rs [red-knot] Add a build.rs file to `red_knot_python_semantic`, and document pitfalls of using `rstest` in combination with `mdtest` (#13747) 2024-10-14 13:02:03 +01:00