style: Fix servo build.

This commit is contained in:
Emilio Cobos Álvarez 2019-03-12 17:50:55 +01:00
parent 5aeab7adb1
commit a65925cb85
3 changed files with 5 additions and 6 deletions

View file

@ -836,6 +836,7 @@ pub enum WordBreak {
///
/// Specifying `word-break: break-word` makes `overflow-wrap` behave as
/// `anywhere`, and `word-break` behave like `normal`.
#[cfg(feature = "gecko")]
BreakWord,
}