mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Fix some new warnings
This commit is contained in:
parent
112f1ddeba
commit
1d38bc0419
65 changed files with 179 additions and 175 deletions
|
@ -82,7 +82,7 @@ impl Area {
|
|||
while index < size {
|
||||
let val = num[index];
|
||||
match val {
|
||||
b'0'...b'9' | b'.' | b'-' | b'E' | b'e' => break,
|
||||
b'0'..=b'9' | b'.' | b'-' | b'E' | b'e' => break,
|
||||
_ => {},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue