mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 12:29:28 +00:00
Introduce AnyFunctionDefinition
Node (#4898)
This commit is contained in:
parent
1ed5d7e437
commit
19abee086b
2 changed files with 115 additions and 0 deletions
|
@ -2,6 +2,7 @@ pub mod all;
|
|||
pub mod call_path;
|
||||
pub mod cast;
|
||||
pub mod comparable;
|
||||
pub mod function;
|
||||
pub mod hashable;
|
||||
pub mod helpers;
|
||||
pub mod imports;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue