Use nightly rustfmt with rustfmt.toml (#536)

This commit is contained in:
Charlie Marsh
2022-11-01 20:34:38 -04:00
committed by GitHub
parent c68c6b5424
commit 79ca66ace5
40 changed files with 277 additions and 202 deletions

View File

@@ -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__",