style: to_string() -> into_string()

This commit is contained in:
Manish Goregaokar 2014-12-14 04:09:22 +05:30 committed by Ms2ger
parent e973213606
commit 475ff4dcb7
2 changed files with 127 additions and 127 deletions

View file

@ -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>+ ]