mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 21:40:51 -05:00
Add aiter() and anext() to BUILTINS (#1118)
This commit is contained in:
@@ -79,7 +79,9 @@ pub const BUILTINS: &[&str] = &[
|
||||
"__package__",
|
||||
"__spec__",
|
||||
"abs",
|
||||
"aiter",
|
||||
"all",
|
||||
"anext",
|
||||
"any",
|
||||
"ascii",
|
||||
"bin",
|
||||
|
||||
Reference in New Issue
Block a user