mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Fix tidy issues.
This commit is contained in:
parent
29f56919e2
commit
8560c8dd5a
4 changed files with 4 additions and 6 deletions
|
@ -4,11 +4,11 @@
|
|||
|
||||
//! Animation implementation for various font-related types.
|
||||
|
||||
use super::{Animate, Procedure, ToAnimatedZero};
|
||||
use values::computed::Number;
|
||||
use values::computed::font::{FontWeight, FontVariationSettings};
|
||||
use values::distance::{ComputeSquaredDistance, SquaredDistance};
|
||||
use values::generics::font::{FontSettings as GenericFontSettings, FontTag, VariationValue};
|
||||
use super::{Animate, Procedure, ToAnimatedZero};
|
||||
|
||||
impl ToAnimatedZero for FontWeight {
|
||||
#[inline]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue