mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
style: to_string() -> into_string()
This commit is contained in:
parent
e973213606
commit
475ff4dcb7
2 changed files with 127 additions and 127 deletions
|
@ -1081,7 +1081,7 @@ pub mod longhands {
|
|||
|
||||
#[inline]
|
||||
pub fn get_initial_value() -> computed_value::T {
|
||||
vec![FontFamily::FamilyName("serif".to_string())]
|
||||
vec![FontFamily::FamilyName("serif".into_string())]
|
||||
}
|
||||
/// <familiy-name>#
|
||||
/// <familiy-name> = <string> | [ <ident>+ ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue