mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
clippy: fix warnings in various modules in components (#31568)
* clippy: fix warnings in various modules in components * fix: unit tests * fix: build on android * fix: all samplers use new_boxed
This commit is contained in:
parent
19f1f2a8f4
commit
3a5ca785d3
24 changed files with 107 additions and 118 deletions
|
@ -80,7 +80,7 @@ static THREAD_TINT_COLORS: [ColorF; 8] = [
|
|||
a: 0.7,
|
||||
},
|
||||
ColorF {
|
||||
r: 255.0 / 255.0,
|
||||
r: 1.0,
|
||||
g: 212.0 / 255.0,
|
||||
b: 83.0 / 255.0,
|
||||
a: 0.7,
|
||||
|
@ -110,7 +110,7 @@ static THREAD_TINT_COLORS: [ColorF; 8] = [
|
|||
a: 0.7,
|
||||
},
|
||||
ColorF {
|
||||
r: 255.0 / 255.0,
|
||||
r: 1.0,
|
||||
g: 249.0 / 255.0,
|
||||
b: 201.0 / 255.0,
|
||||
a: 0.7,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue