mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
cargo fix --edition
This commit is contained in:
parent
e1fcffb336
commit
a15d33a10e
197 changed files with 1414 additions and 1380 deletions
|
@ -5,8 +5,8 @@
|
|||
//! Generic types for CSS Easing Functions.
|
||||
//! https://drafts.csswg.org/css-easing/#timing-functions
|
||||
|
||||
use parser::ParserContext;
|
||||
use values::CSSFloat;
|
||||
use crate::parser::ParserContext;
|
||||
use crate::values::CSSFloat;
|
||||
|
||||
/// A generic easing function.
|
||||
#[derive(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue