aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/biquadfilternode.rs
diff options
context:
space:
mode:
authorJoeDow <ibluegalaxy_taoj@163.com>2025-06-11 17:53:15 +0800
committerGitHub <noreply@github.com>2025-06-11 09:53:15 +0000
commitbda3e23c74884f2d7da85ca333ae3d80ffec16bd (patch)
tree289c1917d1c4f891b705630f73daeacd6287a214 /components/script/dom/biquadfilternode.rs
parent5f1452f9d31b0c9d9fc7042eeb2c3247f61a831b (diff)
downloadservo-main.tar.gz
servo-main.zip
Fix potential clippy warning for NodeDamage enum variant (#37391)HEADmain
The default of `enum-variant-name-threshold` is 3, so adding any new variants will lead to the lint being triggered, reference: [enum_variant_names](https://rust-lang.github.io/rust-clippy/master/index.html#enum_variant_names). This PR fix this potential clippy lint warning for facilitate the addition of new variant in following PR about incremental box tree update. Testing: No logic changed, just covered by existing WPT tests Fixes: None Signed-off-by: sharpshooter_pt <ibluegalaxy_taoj@163.com>
Diffstat (limited to 'components/script/dom/biquadfilternode.rs')
0 files changed, 0 insertions, 0 deletions