Lint layout_2020 with clippy (#31169)

cargo clippy --fix -p layout_2020 --allow-dirty --broken-code
This commit is contained in:
Oriol Brufau 2024-01-25 10:03:31 +01:00 committed by GitHub
parent 886f6c58d4
commit 50f56affe3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 224 additions and 244 deletions

View file

@ -29,7 +29,7 @@ pub(super) fn build(
} else {
wr::ExtendMode::Clamp
},
&layer,
layer,
builder,
),
Gradient::Radial {
@ -48,7 +48,7 @@ pub(super) fn build(
} else {
wr::ExtendMode::Clamp
},
&layer,
layer,
builder,
),
Gradient::Conic { .. } => unimplemented!(),