mirror of
https://github.com/astral-sh/ruff
synced 2026-01-23 14:30:53 -05:00
Use nightly rustfmt with rustfmt.toml (#536)
This commit is contained in:
@@ -153,8 +153,8 @@ pub const BUILTINS: &[&str] = &[
|
||||
"zip",
|
||||
];
|
||||
|
||||
// Globally defined names which are not attributes of the builtins module, or are only present on
|
||||
// some platforms.
|
||||
// Globally defined names which are not attributes of the builtins module, or
|
||||
// are only present on some platforms.
|
||||
pub const MAGIC_GLOBALS: &[&str] = &[
|
||||
"WindowsError",
|
||||
"__annotations__",
|
||||
|
||||
Reference in New Issue
Block a user