mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 20:42:10 +00:00
Add AnyNode
and AnyNodeRef
unions (#4578)
This commit is contained in:
parent
1ddc577204
commit
154439728a
6 changed files with 3228 additions and 0 deletions
2
crates/ruff_python_ast/src/prelude.rs
Normal file
2
crates/ruff_python_ast/src/prelude.rs
Normal file
|
@ -0,0 +1,2 @@
|
|||
pub use crate::node::AstNode;
|
||||
pub use rustpython_ast::*;
|
Loading…
Add table
Add a link
Reference in a new issue