mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +01:00
Remove 5k from AnimationValue::compute_squared_distance.
This commit is contained in:
parent
799014755e
commit
01c35f99cd
2 changed files with 12 additions and 4 deletions
|
@ -40,6 +40,8 @@ packages = [
|
|||
]
|
||||
# Files that are ignored for all tidy and lint checks.
|
||||
files = [
|
||||
# Mako does not lend itself easily to splitting long lines
|
||||
"./components/style/properties/helpers/animated_properties.mako.rs",
|
||||
# Helper macro where actually a pseudo-element per line makes sense.
|
||||
"./components/style/gecko/non_ts_pseudo_class_list.rs",
|
||||
# Generated and upstream code combined with our own. Could use cleanup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue