mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Fix some warnings
This commit is contained in:
parent
be69f9c3e6
commit
be2218a134
7 changed files with 10 additions and 10 deletions
|
@ -778,7 +778,7 @@ impl ToCss for FontLanguageOverride {
|
|||
} else {
|
||||
unsafe { str::from_utf8_unchecked(&buf) }
|
||||
};
|
||||
slice.trim_right().to_css(dest)
|
||||
slice.trim_end().to_css(dest)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue