mirror of https://github.com/astral-sh/ruff
Fix comment
This commit is contained in:
parent
ce0be73841
commit
bd0c15d34e
|
|
@ -236,7 +236,7 @@ where
|
|||
lxr.window.slide();
|
||||
lxr.window.slide();
|
||||
lxr.window.slide();
|
||||
// Check if BOM exists
|
||||
// TODO: Handle possible mismatch between BOM and explicit encoding declaration.
|
||||
if let Some('\u{feff}') = lxr.window[0] {
|
||||
lxr.window.slide();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue