ruff/crates/red_knot_python_semantic
Dhruv Manilawala 03bb9425df
[red-knot] Avoid Ranged for definition target range (#15118)
## Summary

Ref:
3533d7f5b4 (r150651102)

This PR removes the `Ranged` implementation on `DefinitionKind` and
instead uses a method called `target_range` to avoid any confusion about
what range this is for i.e., it's not the range of the node that
represents the definition.
2024-12-23 14:07:09 +05:30
..
resources [red-knot] Add support for unpacking for target (#15058) 2024-12-23 06:13:49 +00:00
src [red-knot] Avoid Ranged for definition target range (#15118) 2024-12-23 14:07:09 +05:30
tests mdtest: include test name in printed rerun command (#14684) 2024-11-30 11:01:06 +00:00
build.rs Modernize build scripts (#13837) 2024-10-20 22:35:35 +01:00
Cargo.toml Introduce InferContext (#14956) 2024-12-18 12:22:33 +00:00