mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Fix some new warnings
This commit is contained in:
parent
112f1ddeba
commit
1d38bc0419
65 changed files with 179 additions and 175 deletions
|
@ -582,7 +582,7 @@ trait PrivateMatchMethods: TElement {
|
|||
context: &SharedStyleContext,
|
||||
style: &mut Arc<ComputedValues>,
|
||||
possibly_expired_animations: &mut Vec<crate::animation::PropertyAnimation>,
|
||||
font_metrics: &crate::font_metrics::FontMetricsProvider,
|
||||
font_metrics: &dyn crate::font_metrics::FontMetricsProvider,
|
||||
) {
|
||||
use crate::animation::{self, Animation, AnimationUpdate};
|
||||
use crate::dom::TNode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue