ruff/crates/ruff_python_ast
Dhruv Manilawala 47f0b45be3
Implement AstNode for Identifier (#13207)
## Summary

Follow-up to #13147, this PR implements the `AstNode` for `Identifier`.
This makes it easier to create the `NodeKey` in red knot because it uses
a generic method to construct the key from `AnyNodeRef` and is important
for definitions that are created only on identifiers instead of
`ExprName`.

## Test Plan

`cargo test` and `cargo clippy`
2024-09-02 16:27:12 +05:30
..
src Implement AstNode for Identifier (#13207) 2024-09-02 16:27:12 +05:30
Cargo.toml Explicitly add schemars to ruff_python_ast Cargo.toml (#12275) 2024-07-11 06:46:34 +00:00