mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Fixed some clippy warnings in components (#32107)
* Fixed some clippy warnings in components * Updated handling of NaN values in comparison * Updated formatting using ./mach fmt
This commit is contained in:
parent
f70413baba
commit
007a72fe4d
9 changed files with 20 additions and 29 deletions
|
@ -406,7 +406,7 @@ impl WebGLExtensions {
|
|||
.borrow()
|
||||
.tex_compression_formats
|
||||
.keys()
|
||||
.map(|&k| k)
|
||||
.copied()
|
||||
.collect()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue